This documentation is archived and is not being maintained.

RevisionCollection::Count Property

Gets the number of elements in this collection.

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

public:
virtual property int Count {
	int get () override;
}

Property Value

Type: System::Int32
The number of elements in this collection.

Show: