Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: Microsoft.TeamFoundation.Git.Server
Assembly: Microsoft.TeamFoundation.Git.Server (in Microsoft.TeamFoundation.Git.Server.dll)
Syntax
'Declaration
Public ReadOnly Property Repository As TfsGitRepository
public TfsGitRepository Repository { get; }
public:
property TfsGitRepository^ Repository {
TfsGitRepository^ get ();
}
member Repository : TfsGitRepository with get
function get Repository () : TfsGitRepository
Property Value
Type: Microsoft.TeamFoundation.Git.Server.TfsGitRepository
.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.