SharedAccessQueuePolicies.Remove Method (String) (Microsoft.WindowsAzure.Storage.Queue)
From Microsoft.WindowsAzure.Storage.Queue
C#
C++
F#
VB
Removes the value with the specified key from the shared access policies collection.
Namespace:
Microsoft.WindowsAzure.Storage.Queue
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 SharedAccessQueuePolicy 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.
See Also
Remove Overload
SharedAccessQueuePolicies Class
Microsoft.WindowsAzure.Storage.Queue Namespace
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 SharedAccessQueuePolicy 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.
See Also
Remove Overload
SharedAccessQueuePolicies Class
Microsoft.WindowsAzure.Storage.Queue Namespace