IProjectContext.ProjectUri Property

This API supports the Team Foundation Server infrastructure and is not intended to be used directly from your code.

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

Syntax

'Declaration
ReadOnly Property ProjectUri As String
'Usage
Dim instance As IProjectContext 
Dim value As String 

value = instance.ProjectUri
string ProjectUri { get; }
property String^ ProjectUri {
    String^ get ();
}
function get ProjectUri () : String

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

IProjectContext Interface

IProjectContext Members

Microsoft.TeamFoundation.Client Namespace