UnprocessedCommit.RepositoryId Property
Namespace: Microsoft.TeamFoundation.Git.Server
Assembly: Microsoft.TeamFoundation.Git.Server (in Microsoft.TeamFoundation.Git.Server.dll)
Syntax
'Declaration
Public ReadOnly Property RepositoryId As Guid
public Guid RepositoryId { get; }
public:
property Guid RepositoryId {
Guid get ();
}
member RepositoryId : Guid with get
function get RepositoryId () : Guid
Property Value
Type: System.Guid
Returns Guid.
.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.