Table of Contents

Class GroupPolicyScheduledTask

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

Represents an Active Directory Group Policy scheduled task.

public class GroupPolicyScheduledTask : GroupPolicyScheduledTaskBase, IComparable<GroupPolicyPreferenceBase>
Inheritance
GroupPolicyScheduledTask
Implements
Inherited Members

Constructors

GroupPolicyScheduledTask()

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

public GroupPolicyScheduledTask()

Properties

ScheduledTaskTypeString

Gets the scheduled task type as a human readable string.

public override string ScheduledTaskTypeString { get; set; }

Property Value

string

Task

Gets or sets the configured task.

public WindowsScheduledTask Task { get; set; }

Property Value

WindowsScheduledTask