Class GroupPolicyLocalAccountBase
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents an Active Directory Group Policy local account.
public abstract class GroupPolicyLocalAccountBase : GroupPolicyPreferenceBase, IComparable<GroupPolicyPreferenceBase>
- Inheritance
-
GroupPolicyLocalAccountBase
- Implements
- Derived
- Inherited Members
Constructors
GroupPolicyLocalAccountBase()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.GroupPolicyLocalAccount class.
public GroupPolicyLocalAccountBase()
Properties
AccountDescription
Gets or sets the description of the account.
public string AccountDescription { get; set; }
Property Value
AccountTypeString
Gets the account type as a human readable string.
public abstract string AccountTypeString { get; set; }