IPAddressOrRange.MinimumAddress Property (Microsoft.WindowsAzure.Storage)
From Microsoft Windows Azure Storage Blob
C#
C++
F#
VB
IPAddressOrRange.MinimumAddress Property
IPAddressOrRange::MinimumAddress Property
IPAddressOrRange.MinimumAddress Property
IPAddressOrRange.MinimumAddress Property
The minimum IP Address for the range, inclusive.
Returns null if this object represents a single IP address.
Namespace:
Microsoft.WindowsAzure.Storage
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
public:
property String^ MinimumAddress {
String^ get();
private: void set(String^ value);
}
Property Value
Type:
System.StringSystem::String^System.StringSystem.String
Return to top
The minimum IP Address for the range, inclusive. Returns null if this object represents a single IP address.
Syntax
C++
public: property String^ MinimumAddress { String^ get(); private: void set(String^ value); }