This documentation is archived and is not being maintained.

QueryFolder::Count Property

Gets the number of items in this folder. This count is not recursive.

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

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

Property Value

Type: System::Int32
The number of items in this folder.

Show: