Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Returns an enumerator that iterates through the collection of shared access policies.

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

Syntax

 
IEnumerator IEnumerable.GetEnumerator()
 
private:
virtual IEnumerator^ GetEnumerator() sealed = IEnumerable::GetEnumerator
 
private abstract GetEnumerator : unit -> IEnumerator
private override GetEnumerator : unit -> IEnumerator
 
Private Function GetEnumerator As IEnumerator
	Implements IEnumerable.GetEnumerator

Return Value

Type: System.Collections.IEnumeratorSystem.Collections::IEnumerator^System.Collections.IEnumeratorSystem.Collections.IEnumerator

An IEnumerator object that can be used to iterate through the collection of shared access policies.

Return to top