This documentation is archived and is not being maintained.

RepositoryProperties::Id Property

Gets the unique identifier for this repository.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

public:
property Guid Id {
	Guid get ();
	void set (Guid value);
}

Property Value

Type: System::Guid
The unique identifier for this repository.

Show: