Class WindowsLocalUsers
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the local user account configuration on a Windows machine.
public class WindowsLocalUsers : GlobalSerializableClassicBase
- Inheritance
-
WindowsLocalUsers
Constructors
WindowsLocalUsers()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.WindowsLocalUsers class.
public WindowsLocalUsers()
Properties
Items
Gets or sets the items in the collection.
public WindowsLocalUserCollection Items { get; set; }
Property Value
Methods
ToString()
Returns the local users as a human readable string - for example "12 Local Users".
public override string ToString()
Returns
- string
The local users as a human readable string.