Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

True if this object represents a single IP Address, false if it represents a range.

Namespace:   Microsoft.WindowsAzure.Storage
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Syntax

 
public bool IsSingleAddress { get; private set; }
 
public:
property bool IsSingleAddress {
	bool get();
	private: void set(bool value);
}
 
member IsSingleAddress : bool with get, private set
 
Public Property IsSingleAddress As Boolean
	Get
	Private Set
End Property
Return to top