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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.