GetScheduledJobOptionCommand Class

Represents a cmdlet that retrieves the options for a scheduled job definition. This class cannot be inherited. 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 GetScheduledJobOptionCommand

Syntax

'Declaration
<OutputTypeAttribute(System.Compiler.TypeNode[])> _
<CmdletAttribute("Get", "ScheduledJobOption", DefaultParameterSetName:="JobDefinition", HelpUri:="https://go.microsoft.com/fwlink/?LinkID=223920")> _
Public NotInheritable Class GetScheduledJobOptionCommand
    Inherits ScheduleJobCmdletBase
[OutputTypeAttribute(System.Compiler.TypeNode[])] 
[CmdletAttribute("Get", "ScheduledJobOption", DefaultParameterSetName="JobDefinition", HelpUri="https://go.microsoft.com/fwlink/?LinkID=223920")] 
public sealed class GetScheduledJobOptionCommand : ScheduleJobCmdletBase
[OutputTypeAttribute(System.Compiler.TypeNode[])] 
[CmdletAttribute(L"Get", L"ScheduledJobOption", DefaultParameterSetName=L"JobDefinition", HelpUri=L"https://go.microsoft.com/fwlink/?LinkID=223920")] 
public ref class GetScheduledJobOptionCommand sealed : public ScheduleJobCmdletBase
/** @attribute OutputTypeAttribute(System.Compiler.TypeNode[]) */ 
/** @attribute CmdletAttribute("Get", "ScheduledJobOption", DefaultParameterSetName="JobDefinition", HelpUri="https://go.microsoft.com/fwlink/?LinkID=223920") */ 
public final class GetScheduledJobOptionCommand extends ScheduleJobCmdletBase
OutputTypeAttribute(System.Compiler.TypeNode[]) 
CmdletAttribute("Get", "ScheduledJobOption", DefaultParameterSetName="JobDefinition", HelpUri="https://go.microsoft.com/fwlink/?LinkID=223920") 
public final class GetScheduledJobOptionCommand 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.GetScheduledJobOptionCommand

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

GetScheduledJobOptionCommand Members
Microsoft.PowerShell.ScheduledJob Namespace