This documentation is archived and is not being maintained.

QueryHierarchy::SupportsPermissions Property

Gets a flag describing whether the server supports setting permissions on queries and query folders.

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

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

Property Value

Type: System::Boolean
True if the server supports setting permission on queries and query folders; otherwise, false.

Show: