TfsGitRepositoryInfo.TeamProjectUri Property

The uri for the team project that owns this Git Repository. Currently, a team project can only have one Git Repository

Namespace:  Microsoft.TeamFoundation.Git.Server
Assembly:  Microsoft.TeamFoundation.Git.Server (in Microsoft.TeamFoundation.Git.Server.dll)

Syntax

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

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

TfsGitRepositoryInfo Class

Microsoft.TeamFoundation.Git.Server Namespace