Table of Contents

Class GroupPolicyLocalAccounts

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

Represents a collection of Active Directory Group Policy local account.

public class GroupPolicyLocalAccounts : GlobalSerializableClassicBase
Inheritance
GroupPolicyLocalAccounts

Constructors

GroupPolicyLocalAccounts()

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

public GroupPolicyLocalAccounts()

Properties

Items

Gets or sets the items in the collection.

public GroupPolicyLocalAccountCollection Items { get; set; }

Property Value

GroupPolicyLocalAccountCollection

Methods

ToString()

Returns the Group Policy local accounts as a human readable string.

public override string ToString()

Returns

string

The Group Policy local accounts as a human readable string.