Freigeben über


WorkspacePermissionProfile-Konstruktor

Erstellt ein neues Arbeitsbereichsberechtigungsprofil, das das angegebene Array von Zugriffssteuerungseinträgen verfügt.

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

Syntax

'Declaration
Public Sub New ( _
    profileName As String, _
    accessControlEntries As AccessControlEntry() _
)
public WorkspacePermissionProfile(
    string profileName,
    AccessControlEntry[] accessControlEntries
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

WorkspacePermissionProfile Klasse

Microsoft.TeamFoundation.VersionControl.Client-Namespace