Share via


TfsGitRepositoryInfo.RepositoryId Property

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

Syntax

'Declaration
Public Property RepositoryId As Guid
public Guid RepositoryId { get; set; }
public:
property Guid RepositoryId {
    Guid get ();
    void set (Guid value);
}
member RepositoryId : Guid with get, set
function get RepositoryId () : Guid 
function set RepositoryId (value : Guid)

Property Value

Type: System.Guid

.NET Framework Security

See Also

Reference

TfsGitRepositoryInfo Class

Microsoft.TeamFoundation.Git.Server.Serialization Namespace