Class WindowsGenericAccessControlEntryCollection
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of Windows generic access control entries (ACE).
public class WindowsGenericAccessControlEntryCollection : Collection<WindowsGenericAccessControlEntry>, IList<WindowsGenericAccessControlEntry>, ICollection<WindowsGenericAccessControlEntry>, IList, ICollection, IReadOnlyList<WindowsGenericAccessControlEntry>, IReadOnlyCollection<WindowsGenericAccessControlEntry>, IEnumerable<WindowsGenericAccessControlEntry>, IEnumerable
- Inheritance
-
WindowsGenericAccessControlEntryCollection
- Implements
- Inherited Members
Constructors
WindowsGenericAccessControlEntryCollection()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.WindowsGenericAccessControlEntryCollection class.
public WindowsGenericAccessControlEntryCollection()
Methods
Sort()
Sorts the values in order of the account name.
public void Sort()