C#
C++
F#
VB
IPAddressOrRange.MaximumAddress Property
IPAddressOrRange::MaximumAddress Property
IPAddressOrRange.MaximumAddress Property
IPAddressOrRange.MaximumAddress Property
The maximum 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^ MaximumAddress { String^ get(); private: void set(String^ value); }