C#
C++
F#
VB
SharedAccessBlobPolicies.::..Remove Method (KeyValuePair<String, SharedAccessBlobPolicy>)(KeyValuePair<String^, SharedAccessBlobPolicy^>)(KeyValuePair<String, SharedAccessBlobPolicy>)(KeyValuePair(Of String, SharedAccessBlobPolicy))
Removes the SharedAccessBlobPolicy value, specified in the KeyValuePair<TKey, TValue><TKey, TValue><'TKey, 'TValue>(Of TKey, TValue) object, from the shared access policies collection.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
public: virtual bool Remove( KeyValuePair<String^, SharedAccessBlobPolicy^> item ) sealed
abstract Remove : item:KeyValuePair<string, SharedAccessBlobPolicy> -> bool override Remove : item:KeyValuePair<string, SharedAccessBlobPolicy> -> bool
Public Function Remove ( item As KeyValuePair(Of String, SharedAccessBlobPolicy) ) As Boolean
Parameters
- item
-
Type:
System.Collections.Generic.KeyValuePair<String, SharedAccessBlobPolicy>System.Collections.Generic::KeyValuePair<String^, SharedAccessBlobPolicy^>System.Collections.Generic.KeyValuePair<String, SharedAccessBlobPolicy>System.Collections.Generic.KeyValuePair(Of String, SharedAccessBlobPolicy)
The KeyValuePair<TKey, TValue><TKey, TValue><'TKey, 'TValue>(Of TKey, TValue) object, containing a key and SharedAccessBlobPolicy value, to remove from the shared access policies collection.
Return Value
Type: System.BooleanSystem::BooleanSystem.BooleanSystem.Booleantrue if the item was successfully removed; otherwise, false.