WebSiteGetPublishProfileResponse.PublishProfile.DestinationAppUri Property
Gets or sets the URL 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 Uri DestinationAppUri { get; set; }
public:
property Uri^ DestinationAppUri {
Uri^ get();
void set(Uri^ value);
}
member DestinationAppUri : Uri with get, set
Public Property DestinationAppUri As Uri
Property Value
Type: System.Uri
The URL.
See Also
WebSiteGetPublishProfileResponse.PublishProfile Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace
Return to top