Storage Client Library for Windows Runtime (Version 7.0)

Microsoft.WindowsAzure.Storage.Queue

Gets a collection containing the keys in the shared access policies collection.

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

Syntax

 
public ICollection<string> Keys { get; }
 
public:
property ICollection<String^>^ Keys {
	virtual ICollection<String^>^ get() sealed;
}
 
abstract Keys : ICollection<string> with get
override Keys : ICollection<string> with get
 
Public ReadOnly Property Keys As ICollection(OfString)

Property Value

Type: System.Collections.Generic.ICollection<String>System.Collections.Generic::ICollection<String^>^System.Collections.Generic.ICollection<String>System.Collections.Generic.ICollection(Of String)

A collection of strings containing the keys of the shared access policies collection.

Return to top