TfsGitRepository.Refs Property
The collection of refs for this Git repository. This object has multiple methods on it for reading and writing refs to the repository.
Namespace: Microsoft.TeamFoundation.Git.Server
Assembly: Microsoft.TeamFoundation.Git.Server (in Microsoft.TeamFoundation.Git.Server.dll)
Syntax
'Declaration
Public ReadOnly Property Refs As TfsGitRepositoryRefsCollection
public TfsGitRepositoryRefsCollection Refs { get; }
public:
property TfsGitRepositoryRefsCollection^ Refs {
TfsGitRepositoryRefsCollection^ get ();
}
member Refs : TfsGitRepositoryRefsCollection with get
function get Refs () : TfsGitRepositoryRefsCollection
Property Value
Type: Microsoft.TeamFoundation.Git.Server.TfsGitRepositoryRefsCollection
.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.