SharedAccessBlobPolicies.Remove Method (String) (Microsoft.WindowsAzure.Storage.Blob)
From Microsoft Windows Azure Storage Blob
C#
C++
F#
VB
Removes the value with the specified key from the shared access policies collection.
Namespace:
Microsoft.WindowsAzure.Storage.Blob
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
Parameters
- key
-
Type:
System.StringSystem::String^System.StringSystem.String
A string containing the key of the SharedAccessBlobPolicy item to remove.
Return Value
Type:
System.BooleanSystem::BooleanSystem.BooleanSystem.Booleantrue if the element is successfully found and removed; otherwise, false. This method returns false if the key is not found.
Return to top
Removes the value with the specified key from the shared access policies collection.
Syntax
Parameters
- key
-
Type:
System.StringSystem::String^System.StringSystem.String
A string containing the key of the SharedAccessBlobPolicy item to remove.
Return Value
Type: System.BooleanSystem::BooleanSystem.BooleanSystem.Booleantrue if the element is successfully found and removed; otherwise, false. This method returns false if the key is not found.