IPAddressOrRange.MaximumAddress Property (Microsoft.WindowsAzure.Storage)
From Microsoft.WindowsAzure.Storage.Queue
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.
Namespace:
Microsoft.WindowsAzure.Storage
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
public:
property String^ MaximumAddress {
String^ get();
private: void set(String^ value);
}
Property Value
Type:
System.StringSystem::String^System.StringSystem.String
Return to top
The maximum IP Address for the range, inclusive. Returns null if this object represents a single IP address.
Syntax
C++
public: property String^ MaximumAddress { String^ get(); private: void set(String^ value); }