Constructor for creating a SecurityChangeNotification for the SetAccessControlLists call.
Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub New ( _
    namespaceId As Guid, _
    accessControlLists As List(Of AccessControlList) _
)
public SecurityChangedNotification(
    Guid namespaceId,
    List<AccessControlList> accessControlLists
)
public:
SecurityChangedNotification(
    Guid namespaceId, 
    List<AccessControlList^>^ accessControlLists
)
new : 
        namespaceId:Guid * 
        accessControlLists:List<AccessControlList> -> SecurityChangedNotification
public function SecurityChangedNotification(
    namespaceId : Guid, 
    accessControlLists : List<AccessControlList>
)
Parameters
- namespaceId
 Type: System.Guid
- accessControlLists
 Type: System.Collections.Generic.List<AccessControlList>
.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.
See Also
Reference
SecurityChangedNotification Class