SharedAccessQueuePolicies.IEnumerable.GetEnumerator Method (Microsoft.WindowsAzure.Storage.Queue)
From Microsoft.WindowsAzure.Storage.Queue
C#
C++
F#
VB
Returns an enumerator that iterates through the collection of shared access policies.
Namespace:
Microsoft.WindowsAzure.Storage.Queue
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
private abstract GetEnumerator : unit -> IEnumerator
private override GetEnumerator : unit -> IEnumerator
Return Value
Type:
System.Collections.IEnumeratorSystem.Collections::IEnumerator^System.Collections.IEnumeratorSystem.Collections.IEnumeratorAn IEnumerator object that can be used to iterate through the collection of shared access policies.
Implements
IEnumerable.::..GetEnumerator()()()()
Return to top
Returns an enumerator that iterates through the collection of shared access policies.
Syntax
private abstract GetEnumerator : unit -> IEnumerator private override GetEnumerator : unit -> IEnumerator
Return Value
Type: System.Collections.IEnumeratorSystem.Collections::IEnumerator^System.Collections.IEnumeratorSystem.Collections.IEnumeratorAn IEnumerator object that can be used to iterate through the collection of shared access policies.