Table of Contents

Class GroupPolicyFolders

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

Represents a collection of Active Directory Group Policy folders.

public class GroupPolicyFolders : GlobalSerializableClassicBase
Inheritance
GroupPolicyFolders

Constructors

GroupPolicyFolders()

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

public GroupPolicyFolders()

Properties

Items

Gets or sets the items in the collection.

public GroupPolicyFolderCollection Items { get; set; }

Property Value

GroupPolicyFolderCollection

Methods

ToString()

Returns the Group Policy folders as a human readable string.

public override string ToString()

Returns

string

The Group Policy folders as a human readable string.