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)

Syntax

'Declaration
Public ReadOnly Property SupportsPermissions As Boolean
public bool SupportsPermissions { get; }
public:
property bool SupportsPermissions {
    bool get ();
}
member SupportsPermissions : bool with get
function get SupportsPermissions () : boolean

Property Value

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

.NET Framework Security

See Also

Reference

QueryHierarchy Class

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace