Freigeben über


AccessControlList-Konstruktor (String, Boolean, IEnumerable<AccessControlEntry>)

Erstellt eine Instanz eines Access Control List auf

Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

'Declaration
Public Sub New ( _
    token As String, _
    inherit As Boolean, _
    accessControlEntries As IEnumerable(Of AccessControlEntry) _
)
public AccessControlList(
    string token,
    bool inherit,
    IEnumerable<AccessControlEntry> accessControlEntries
)

Parameter

  • token
    Typ: System.String
    Das Token, dass dieses Access Control List für ist.
  • inherit
    Typ: System.Boolean
    True, wenn dieser Access Control List Berechtigungen von ihren übergeordneten Elementen erbt.

.NET Framework-Sicherheit

Siehe auch

Referenz

AccessControlList Klasse

AccessControlList-Überladung

Microsoft.TeamFoundation.Framework.Client-Namespace