Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

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

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