共用方式為


WebSiteGetPublishProfileResponse.PublishProfile.HostingProviderForumUri Property

 

Gets or sets the URL of the forum of the hosting provider.

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

Syntax

public Uri HostingProviderForumUri { get; set; }
public:
property Uri^ HostingProviderForumUri {
    Uri^ get();
    void set(Uri^ value);
}
member HostingProviderForumUri : Uri with get, set
Public Property HostingProviderForumUri As Uri

Property Value

Type: System.Uri

The URL.

See Also

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

Return to top