WebSiteGetPublishProfileResponse.PublishProfile.ProfileName Property
Gets or sets the name of the publish profile.
Namespace: Microsoft.WindowsAzure.Management.WebSites.Models
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Syntax
public string ProfileName { get; set; }
public:
property String^ ProfileName {
String^ get();
void set(String^ value);
}
member ProfileName : string with get, set
Public Property ProfileName As String
Property Value
Type: System.String
The name.
See Also
WebSiteGetPublishProfileResponse.PublishProfile Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace
Return to top