다음을 통해 공유


SecurityChangedNotification.RemoveAceDescriptors Property

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

Syntax

‘선언
Public Property RemoveAceDescriptors As List(Of IdentityDescriptor)
    Get
    Set
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>

.NET Framework Security

See Also

Reference

SecurityChangedNotification Class

Microsoft.TeamFoundation.Framework.Server Namespace