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
- 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.