WebSiteGetPublishProfileResponse.PublishProfile.MSDeploySite Property
Gets or sets the name of the web site to which content will be published.
Namespace: Microsoft.WindowsAzure.Management.WebSites.Models
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Syntax
public string MSDeploySite { get; set; }
public:
property String^ MSDeploySite {
String^ get();
void set(String^ value);
}
member MSDeploySite : string with get, set
Public Property MSDeploySite As String
Property Value
Type: System.String
The name.
Remarks
This attribute applies only if PublishMethod is set to MSDeploy.
See Also
WebSiteGetPublishProfileResponse.PublishProfile Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace
Return to top