This documentation is archived and is not being maintained.
QueryItem::AccessControlList Property
Visual Studio 2013
Gets the access control list for the query item.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
For a new query item, or an existing item that has been removed from the project hierarchy, this property will contain a default access control list that inherits all permissions from its parent. However these default permissions may not be populated in the extended permission data.
For existing query items that have not been removed from the hierarchy, the permissions are currently obtained from the server on-demand when this property is accessed, and are then cached until the next save.
This property should always be non-null, unless an exception occurs when obtaining data from the server.
- 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.
Show: