This documentation is archived and is not being maintained.

AdminRepositoryInfo::ShelvesetDeletedCount Property

Gets the number of deleted shelve sets in the repository.

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

public:
property int ShelvesetDeletedCount {
	int get ();
	void set (int value);
}

Property Value

Type: System::Int32
The number of deleted shelve sets in the repository.

Show: