EnterPSHostProcessCommand.Id Property

Definition

Id of process to enter.

public:
 property int Id { int get(); void set(int value); };
public:
 property int Id { int get(); void set(int value); };
public int Id { get; set; }
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="ProcessIdParameterSet", Position=0)]
[System.Management.Automation.ValidateRange(0, 2147483647)]
public int Id { get; set; }
member this.Id : int with get, set
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="ProcessIdParameterSet", Position=0)>]
[<System.Management.Automation.ValidateRange(0, 2147483647)>]
member this.Id : int with get, set
Public Property Id As Integer

Property Value

Attributes

Applies to