Table of Contents

Class GroupPolicyScheduledTasks

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

Represents a collection of Active Directory Group Policy scheduled tasks.

public class GroupPolicyScheduledTasks : GlobalSerializableClassicBase
Inheritance
GroupPolicyScheduledTasks

Constructors

GroupPolicyScheduledTasks()

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

public GroupPolicyScheduledTasks()

Properties

Items

Gets or sets the items in the collection.

public GroupPolicyScheduledTaskCollection Items { get; set; }

Property Value

GroupPolicyScheduledTaskCollection

Methods

ToString()

Returns the Group Policy scheduled tasks as a human readable string.

public override string ToString()

Returns

string

The Group Policy scheduled tasks as a human readable string.