DebugJobCommand.Job Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The Job object to be debugged.
public:
property System::Management::Automation::Job ^ Job { System::Management::Automation::Job ^ get(); void set(System::Management::Automation::Job ^ value); };
public System.Management.Automation.Job Job { get; set; }
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="JobParameterSet", Position=0, ValueFromPipeline=true, ValueFromPipelineByPropertyName=true)]
public System.Management.Automation.Job Job { get; set; }
member this.Job : System.Management.Automation.Job with get, set
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="JobParameterSet", Position=0, ValueFromPipeline=true, ValueFromPipelineByPropertyName=true)>]
member this.Job : System.Management.Automation.Job with get, set
Public Property Job As Job
Property Value
- Attributes