Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

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

 
public string MaximumAddress { get; private set; }
 
public:
property String^ MaximumAddress {
	String^ get();
	private: void set(String^ value);
}
 
member MaximumAddress : string with get, private set
 
Public Property MaximumAddress As String
	Get
	Private Set
End Property
Return to top