Table of Contents

Class GroupPolicyFolderOptions

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

Represents a collection of Active Directory Group Policy folder options.

public class GroupPolicyFolderOptions : GlobalSerializableClassicBase
Inheritance
GroupPolicyFolderOptions

Constructors

GroupPolicyFolderOptions()

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

public GroupPolicyFolderOptions()

Properties

Items

Gets or sets the items in the collection.

public GroupPolicyFolderOptionCollection Items { get; set; }

Property Value

GroupPolicyFolderOptionCollection

Methods

ToString()

Returns the Group Policy folder options as a human readable string.

public override string ToString()

Returns

string

The Group Policy folder options as a human readable string.