Storage Client Library for Windows Runtime (Version 7.0)

Microsoft.WindowsAzure.Storage.Queue

Determines whether the collection of shared access policies contains the key and SharedAccessQueuePolicy value in the specified KeyValuePair<TKey, TValue><TKey, TValue><'TKey, 'TValue>(Of TKey, TValue) object.

Namespace:   Microsoft.WindowsAzure.Storage.Queue
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Syntax

 
public bool Contains(
	KeyValuePair<string, SharedAccessQueuePolicy> item
)
 
public:
virtual bool Contains(
	KeyValuePair<String^, SharedAccessQueuePolicy^> item
) sealed
 
abstract Contains : 
        item:KeyValuePair<string, SharedAccessQueuePolicy> -> bool
override Contains : 
        item:KeyValuePair<string, SharedAccessQueuePolicy> -> bool
 
Public Function Contains (
	item As KeyValuePair(OfString, SharedAccessQueuePolicy)
) As Boolean

Return Value

Type: System.BooleanSystem::BooleanSystem.BooleanSystem.Boolean

true if the shared access policies collection contains the specified key/value; otherwise, false.

Return to top