Share via


SecurityChangedNotification.RemoveAceDescriptors Property

The identities that will have their permissions removed during a RemovePermissions call.

Used in the following SecurityChangeTypes: RemoveAccessControlEntries

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

Syntax

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

Property Value

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

.NET Framework Security

See Also

Reference

SecurityChangedNotification Class

Microsoft.TeamFoundation.Framework.Server Namespace