Gets a collection containing the keys in the shared access policies collection.
Namespace: Microsoft.WindowsAzure.Storage.Blob
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Usage
Visual Basic |
---|
Dim instance As SharedAccessBlobPolicies
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
See Also