SecurityChangedNotification.AccessControlLists Property

The access control lists that are being set.

Used in the following SecurityChangeTypes: SetAccessControlLists

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

Syntax

'Declaration
Public Property AccessControlLists As List(Of AccessControlList)
public List<AccessControlList> AccessControlLists { get; set; }
public:
property List<AccessControlList^>^ AccessControlLists {
    List<AccessControlList^>^ get ();
    void set (List<AccessControlList^>^ value);
}
member AccessControlLists : List<AccessControlList> with get, set
function get AccessControlLists () : List<AccessControlList>
function set AccessControlLists (value : List<AccessControlList>)

Property Value

Type: System.Collections.Generic.List<AccessControlList>
Returns List<T>.

.NET Framework Security

See Also

Reference

SecurityChangedNotification Class

Microsoft.TeamFoundation.Framework.Server Namespace