Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
Public MustOverride Sub SetAccessControlList ( _
accessControlList As AccessControlList _
)
public abstract void SetAccessControlList(
AccessControlList accessControlList
)
public:
virtual void SetAccessControlList(
AccessControlList^ accessControlList
) abstract
abstract SetAccessControlList :
accessControlList:AccessControlList -> unit
public abstract function SetAccessControlList(
accessControlList : AccessControlList
)
Parameters
accessControlList
Type: Microsoft.TeamFoundation.Framework.Client.AccessControlListThe AccessControlList to set in this SecurityNamespace.
.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.