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)

public:
property IList<WebSiteGetPublishProfileResponse::PublishProfile^>^ PublishProfiles {
	IList<WebSiteGetPublishProfileResponse::PublishProfile^>^ get();
	void set(IList<WebSiteGetPublishProfileResponse::PublishProfile^>^ value);
}
Return to top
Show: