WebSpacesListPublishingUsersResponse::GetEnumerator Method ()
Retrieves an object that can iterate through a collection of WebSpacesListPublishingUsersResponse::User objects.
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
public: virtual IEnumerator<WebSpacesListPublishingUsersResponse::User^>^ GetEnumerator() sealed
Return Value
Type: System.Collections.Generic::IEnumerator<WebSpacesListPublishingUsersResponse::User^>^An enumerator object.
Implements
IEnumerable<T>::GetEnumerator()
Show: