ScheduledJobOptionCmdletBase Class

Represents the abstract base class for the NewScheduledJobOptionCommand and SetScheduledJobOptionCommand cmdlet wrapper classes. This SDK programming element is introduced in Windows PowerShell 3.0.

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

Usage

'Usage
Dim instance As ScheduledJobOptionCmdletBase

Syntax

'Declaration
Public MustInherit Class ScheduledJobOptionCmdletBase
    Inherits ScheduleJobCmdletBase
public abstract class ScheduledJobOptionCmdletBase : ScheduleJobCmdletBase
public ref class ScheduledJobOptionCmdletBase abstract : public ScheduleJobCmdletBase
public abstract class ScheduledJobOptionCmdletBase extends ScheduleJobCmdletBase
public abstract class ScheduledJobOptionCmdletBase extends ScheduleJobCmdletBase

Inheritance Hierarchy

System.Object
   System.Management.Automation.Internal.InternalCommand
     System.Management.Automation.Cmdlet
       System.Management.Automation.PSCmdlet
         Microsoft.PowerShell.ScheduledJob.ScheduleJobCmdletBase
          Microsoft.PowerShell.ScheduledJob.ScheduledJobOptionCmdletBase
             Microsoft.PowerShell.ScheduledJob.NewScheduledJobOptionCommand
             Microsoft.PowerShell.ScheduledJob.SetScheduledJobOptionCommand

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

ScheduledJobOptionCmdletBase Members
Microsoft.PowerShell.ScheduledJob Namespace