SharedAccessBlobPolicies.ContainsKey Method (String) (Microsoft.WindowsAzure.Storage.Blob)
From Microsoft Windows Azure Storage Blob
C#
C++
F#
VB
Determines whether the collection of shared access policies contains the specified key.
Namespace:
Microsoft.WindowsAzure.Storage.Blob
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
Parameters
- key
-
Type:
System.StringSystem::String^System.StringSystem.String
The key to locate in the collection of shared access policies.
Return Value
Type:
System.BooleanSystem::BooleanSystem.BooleanSystem.Booleantrue if the collection of shared access policies contains an element with the specified key; otherwise, false.
Return to top
Determines whether the collection of shared access policies contains the specified key.
Syntax
Parameters
- key
-
Type:
System.StringSystem::String^System.StringSystem.String
The key to locate in the collection of shared access policies.
Return Value
Type: System.BooleanSystem::BooleanSystem.BooleanSystem.Booleantrue if the collection of shared access policies contains an element with the specified key; otherwise, false.