WebSiteGetPublishProfileResponse::PublishProfiles Property
Gets or sets a collection of WebSiteGetPublishProfileResponse::PublishProfile objects that lists the publish profiles for a web site.
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
public: property IList<WebSiteGetPublishProfileResponse::PublishProfile^>^ PublishProfiles { IList<WebSiteGetPublishProfileResponse::PublishProfile^>^ get(); void set(IList<WebSiteGetPublishProfileResponse::PublishProfile^>^ value); }
Property Value
Type: System.Collections.Generic::IList<WebSiteGetPublishProfileResponse::PublishProfile^>^A collection of WebSiteGetPublishProfileResponse::PublishProfile objects.
Show: