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 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)
Syntax
'Declaration
Public MustOverride Sub SetAccessControlLists ( _
accessControlLists As IEnumerable(Of AccessControlList) _
)
public abstract void SetAccessControlLists(
IEnumerable<AccessControlList> accessControlLists
)
public:
virtual void SetAccessControlLists(
IEnumerable<AccessControlList^>^ accessControlLists
) abstract
abstract SetAccessControlLists :
accessControlLists:IEnumerable<AccessControlList> -> unit
public abstract function SetAccessControlLists(
accessControlLists : IEnumerable<AccessControlList>
)
Parameters
accessControlLists
Type: System.Collections.Generic.IEnumerable<AccessControlList>The AccessControlLists 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.