Share via


TeamConfiguration.ProjectUri Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

The Project Uri of the team project which the team belongs to

Namespace:  Microsoft.TeamFoundation.ProcessConfiguration.Client
Assembly:  Microsoft.TeamFoundation.ProjectManagement (in Microsoft.TeamFoundation.ProjectManagement.dll)

Syntax

'Declaration
Public ReadOnly Property ProjectUri As String
public string ProjectUri { get; }
public:
property String^ ProjectUri {
    String^ get ();
}
member ProjectUri : string with get
function get ProjectUri () : String

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

TeamConfiguration Class

Microsoft.TeamFoundation.ProcessConfiguration.Client Namespace