SetScheduledJobOptionCommand Class

Represents the Set-ScheduledJobOption cmdlet, which changes the options of the scheduled job. 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 SetScheduledJobOptionCommand

Syntax

'Declaration
<OutputTypeAttribute(System.Compiler.TypeNode[])> _
<CmdletAttribute("Set", "ScheduledJobOption", DefaultParameterSetName:="Options", HelpUri:="https://go.microsoft.com/fwlink/?LinkID=223921")> _
Public Class SetScheduledJobOptionCommand
    Inherits ScheduledJobOptionCmdletBase
[OutputTypeAttribute(System.Compiler.TypeNode[])] 
[CmdletAttribute("Set", "ScheduledJobOption", DefaultParameterSetName="Options", HelpUri="https://go.microsoft.com/fwlink/?LinkID=223921")] 
public class SetScheduledJobOptionCommand : ScheduledJobOptionCmdletBase
[OutputTypeAttribute(System.Compiler.TypeNode[])] 
[CmdletAttribute(L"Set", L"ScheduledJobOption", DefaultParameterSetName=L"Options", HelpUri=L"https://go.microsoft.com/fwlink/?LinkID=223921")] 
public ref class SetScheduledJobOptionCommand : public ScheduledJobOptionCmdletBase
/** @attribute OutputTypeAttribute(System.Compiler.TypeNode[]) */ 
/** @attribute CmdletAttribute("Set", "ScheduledJobOption", DefaultParameterSetName="Options", HelpUri="https://go.microsoft.com/fwlink/?LinkID=223921") */ 
public class SetScheduledJobOptionCommand extends ScheduledJobOptionCmdletBase
OutputTypeAttribute(System.Compiler.TypeNode[]) 
CmdletAttribute("Set", "ScheduledJobOption", DefaultParameterSetName="Options", HelpUri="https://go.microsoft.com/fwlink/?LinkID=223921") 
public class SetScheduledJobOptionCommand extends ScheduledJobOptionCmdletBase

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.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

SetScheduledJobOptionCommand Members
Microsoft.PowerShell.ScheduledJob Namespace