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.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
public: property String^ MinimumAddress { String^ get(); private: void set(String^ value); }