DisableScheduledJobDefinitionBase.Enabled Property

Gets or sets the state of the scheduled job definition.

Namespace: Microsoft.PowerShell.ScheduledJob
Assembly: Microsoft.PowerShell.ScheduledJob (in Microsoft.PowerShell.ScheduledJob.dll)

Usage

'Usage
Dim value As Boolean

value = Me.Enabled

Syntax

'Declaration
Protected MustOverride ReadOnly Property Enabled As Boolean
protected abstract bool Enabled { get; }
protected:
virtual property bool Enabled {
    bool get () abstract;
}
/** @property */
protected abstract boolean get_Enabled ()
protected abstract function get Enabled () : boolean

Property Value

Returns Boolean: true if the scheduled job definition should be enabled; otherwise, false.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Target Platforms

See Also

Reference

DisableScheduledJobDefinitionBase Class
DisableScheduledJobDefinitionBase Members
Microsoft.PowerShell.ScheduledJob Namespace