Table of Contents

Class GroupPolicyLocalGroup

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents an Active Directory Group Policy local group.

public class GroupPolicyLocalGroup : GroupPolicyLocalAccountBase, IComparable<GroupPolicyPreferenceBase>
Inheritance
GroupPolicyLocalGroup
Implements
Inherited Members

Constructors

GroupPolicyLocalGroup()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.GroupPolicyLocalGroup class.

public GroupPolicyLocalGroup()

Properties

AccountTypeString

Gets or sets the account type as a human readable string.

public override string AccountTypeString { get; set; }

Property Value

string

DeleteAllGroups

Gets or sets whether to delete all member groups.

public BooleanOption DeleteAllGroups { get; set; }

Property Value

BooleanOption

DeleteAllUsers

Gets or sets whether to delete all member users.

public BooleanOption DeleteAllUsers { get; set; }

Property Value

BooleanOption

GroupName

Gets or sets the name of the group.

public string GroupName { get; set; }

Property Value

string

Members

Gets or sets the group members.

public GroupPolicyLocalGroupMembers Members { get; set; }

Property Value

GroupPolicyLocalGroupMembers

NewName

Gets or sets the new name for the group.

public string NewName { get; set; }

Property Value

string

SecurityIdentifier

Gets or sets the security identifier of the group.

public string SecurityIdentifier { get; set; }

Property Value

string