DebugJobCommand.InstanceId Property

Definition

The Job object InstanceId to be debugged.

public:
 property Guid InstanceId { Guid get(); void set(Guid value); };
public Guid InstanceId { get; set; }
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="JobInstanceIdParameterSet", Position=0)]
public Guid InstanceId { get; set; }
member this.InstanceId : Guid with get, set
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="JobInstanceIdParameterSet", Position=0)>]
member this.InstanceId : Guid with get, set
Public Property InstanceId As Guid

Property Value

Attributes

Applies to