Table of Contents

Class GroupPolicyLocalGroupMember

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

Represents an Active Directory Group Policy local group member.

public class GroupPolicyLocalGroupMember : GlobalSerializableClassicBase
Inheritance
GroupPolicyLocalGroupMember

Constructors

GroupPolicyLocalGroupMember()

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

public GroupPolicyLocalGroupMember()

Properties

AccountName

Gets or sets the member account name.

public string AccountName { get; set; }

Property Value

string

Action

Gets or sets the member action.

public GroupPolicyLocalGroupMemberAction Action { get; set; }

Property Value

GroupPolicyLocalGroupMemberAction

SecurityIdentifier

Gets or sets the security identifier of the member in SDDL format.

public string SecurityIdentifier { get; set; }

Property Value

string