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)

public:
property Uri^ HostingProviderForumUri {
	Uri^ get();
	void set(Uri^ value);
}

Property Value

Type: System::Uri^

The URL.

Return to top
Show: