Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Gets the number of key/ SharedAccessBlobPolicy value pairs contained in the shared access policies collection.

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

Syntax

 
public int Count { get; }
 
public:
property int Count {
	virtual int get() sealed;
}
 
abstract Count : int with get
override Count : int with get
 
Public ReadOnly Property Count As Integer

Property Value

Type: System.Int32System::Int32System.Int32System.Int32

The number of key/ SharedAccessBlobPolicy value pairs contained in the shared access policies collection.

Return to top