Share via


SecurityChangedNotification-Konstruktor (Guid, String, List<AccessControlEntry>, Boolean)

Konstruktor für das Erstellen von einem SecurityChangeNotification für den SetPermissions-Aufruf.

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

Syntax

'Declaration
Public Sub New ( _
    namespaceId As Guid, _
    token As String, _
    permissions As List(Of AccessControlEntry), _
    merge As Boolean _
)
public SecurityChangedNotification(
    Guid namespaceId,
    string token,
    List<AccessControlEntry> permissions,
    bool merge
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

SecurityChangedNotification Klasse

SecurityChangedNotification-Überladung

Microsoft.TeamFoundation.Framework.Server-Namespace