This documentation is archived and is not being maintained.
SecurityNamespace::SetAccessControlLists Method
Visual Studio 2013
Sets the specified AccessControlLists in this SecurityNamespace. Setting an AccessControlList will always overwrite an existing AccessControlList.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
public: virtual void SetAccessControlLists( IEnumerable<AccessControlList^>^ accessControlLists ) abstract
Parameters
- accessControlLists
- Type: System.Collections.Generic::IEnumerable<AccessControlList>
The AccessControlLists to set in this SecurityNamespace.
- 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: