Table of Contents

Class GroupPolicyLocalGroupMembers

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

Represents a collection of Active Directory Group Policy local group members.

public class GroupPolicyLocalGroupMembers : GlobalSerializableClassicBase
Inheritance
GroupPolicyLocalGroupMembers

Constructors

GroupPolicyLocalGroupMembers()

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

public GroupPolicyLocalGroupMembers()

Properties

Items

Gets or sets the items in the collection.

public GroupPolicyLocalGroupMemberCollection Items { get; set; }

Property Value

GroupPolicyLocalGroupMemberCollection

MembersSummary

Gets the summary of the group members.

public string MembersSummary { get; }

Property Value

string

Methods

ToString()

Returns the Group Policy local group members as a human readable string.

public override string ToString()

Returns

string

The Group Policy local group members as a human readable string.