SharedAccessQueuePolicies.Keys Property

Windows Runtime Azure Storage Client Library

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)

Usage

Visual Basic
Dim instance As SharedAccessQueuePolicies
Dim value As ICollection(Of String)

value = instance.Keys

Syntax

Visual Basic
Public ReadOnly Property Keys As ICollection(Of String)
C#
public ICollection<string> Keys { get; }
C++
public:
virtual property ICollection<String^>^ Keys {
	ICollection<String^>^ get () sealed;
}
J#
/** @property */
public final ICollection<String> get_Keys ()
JScript
public final function get Keys () : ICollection<String>

Property Value

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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also