This documentation is archived and is not being maintained.
SecurityNamespace::SetAccessControlList Method
Visual Studio 2013
Sets the specified AccessControlList 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 SetAccessControlList( AccessControlList^ accessControlList ) abstract
Parameters
- accessControlList
- Type: Microsoft.TeamFoundation.Framework.Client::AccessControlList
The AccessControlList 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: