Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Creates a new AccessControlList
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 _
)
public AccessControlList(
string token,
bool inherit
)
public:
AccessControlList(
String^ token,
bool inherit
)
new :
token:string *
inherit:bool -> AccessControlList
public function AccessControlList(
token : String,
inherit : boolean
)
Parameters
token
Type: System.StringThe token that this AccessControlList is for.
inherit
Type: System.BooleanTrue if this AccessControlList should inherit permissions from its parents.
.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.