WebDeployProfile.ControlPanelLink Property

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

Syntax

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

Property Value

Type: System.Uri
Returns Uri.

.NET Framework Security

See Also

Reference

WebDeployProfile Class

Microsoft.TeamFoundation.Deployment.Workflow Namespace