QueryHierarchy.SupportsPermissions Property
Gets a flag describing whether the serevr 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
‘선언
Public ReadOnly Property SupportsPermissions As Boolean
Get
public bool SupportsPermissions { get; }
public:
property bool SupportsPermissions {
bool get ();
}
member SupportsPermissions : bool
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.