WebSiteGetPublishProfileResponse.PublishProfiles Property
Gets or sets a collection of WebSiteGetPublishProfileResponse.PublishProfile objects that lists the publish profiles for a web site.
Namespace: Microsoft.WindowsAzure.Management.WebSites.Models
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Syntax
public IList<WebSiteGetPublishProfileResponse.PublishProfile> PublishProfiles { get; set; }
public:
property IList<WebSiteGetPublishProfileResponse::PublishProfile^>^ PublishProfiles {
IList<WebSiteGetPublishProfileResponse::PublishProfile^>^ get();
void set(IList<WebSiteGetPublishProfileResponse::PublishProfile^>^ value);
}
member PublishProfiles : IList<WebSiteGetPublishProfileResponse.PublishProfile> with get, set
Public Property PublishProfiles As IList(Of WebSiteGetPublishProfileResponse.PublishProfile)
Property Value
Type: System.Collections.Generic.IList<WebSiteGetPublishProfileResponse.PublishProfile>
A collection of WebSiteGetPublishProfileResponse.PublishProfile objects.
See Also
WebSiteGetPublishProfileResponse Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace
Return to top