Share via


WebSiteGetPublishProfileResponse.PublishProfile.PublishUrl Property

 

Gets or sets the URL to which content will be uploaded.

Namespace:   Microsoft.WindowsAzure.Management.WebSites.Models
Assembly:  Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)

Syntax

public string PublishUrl { get; set; }
public:
property String^ PublishUrl {
    String^ get();
    void set(String^ value);
}
member PublishUrl : string with get, set
Public Property PublishUrl As String

Property Value

Type: System.String

The URL.

See Also

WebSiteGetPublishProfileResponse.PublishProfile Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace

Return to top