This documentation is archived and is not being maintained.

QueryHierarchy::SupportsFolders Property

Gets a flag describing whether the server supports creating query folders.

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

public:
property bool SupportsFolders {
	bool get ();
}

Property Value

Type: System::Boolean
True if the server supports creating query folders; otherwise, false.

Show: