Share via


RefUpdateNotification.RepositoryId Property

The Repository Id

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

Syntax

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

Property Value

Type: System.Guid

.NET Framework Security

See Also

Reference

RefUpdateNotification Class

Microsoft.TeamFoundation.Git.Server Namespace