Table of Contents

Class GroupPolicyScheduledTaskBase

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

Represents an Active Directory Group Policy scheduled task.

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

Constructors

GroupPolicyScheduledTaskBase()

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

public GroupPolicyScheduledTaskBase()

Properties

IsImmediate

Gets or sets whether the scheduled task is immediate.

public BooleanOption IsImmediate { get; set; }

Property Value

BooleanOption

ScheduledTaskTypeString

Gets the scheduled task type as a human readable string.

public abstract string ScheduledTaskTypeString { get; set; }

Property Value

string