C#
C++
F#
VB
Removes the value with the specified key from the shared access policies collection.
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.