WebSiteGetPublishProfileResponse.GetEnumerator Method ()
Retrieves an object that can iterate through a collection of WebSiteGetPublishProfileResponse.PublishProfile objects.
Namespace: Microsoft.WindowsAzure.Management.WebSites.Models
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Syntax
public IEnumerator<WebSiteGetPublishProfileResponse.PublishProfile> GetEnumerator()
public:
virtual IEnumerator<WebSiteGetPublishProfileResponse::PublishProfile^>^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator<WebSiteGetPublishProfileResponse.PublishProfile>
override GetEnumerator : unit -> IEnumerator<WebSiteGetPublishProfileResponse.PublishProfile>
Public Function GetEnumerator As IEnumerator(Of WebSiteGetPublishProfileResponse.PublishProfile)
Return Value
Type: System.Collections.Generic.IEnumerator<WebSiteGetPublishProfileResponse.PublishProfile>
An enumerator object.
Implements
IEnumerable<T>.GetEnumerator()
See Also
WebSiteGetPublishProfileResponse Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace
Return to top