WebDeployProfile.HostingProviderForumLink Property

Namespace:  Microsoft.TeamFoundation.Deployment.Workflow
Assembly:  Microsoft.TeamFoundation.Deployment.Workflow (in Microsoft.TeamFoundation.Deployment.Workflow.dll)

Syntax

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

Property Value

Type: System.Uri
Returns Uri.

.NET Framework Security

See Also

Reference

WebDeployProfile Class

Microsoft.TeamFoundation.Deployment.Workflow Namespace