GetPSHostProcessInfoCommand.Id Property

Definition

Id of process.

public:
 property cli::array <int> ^ Id { cli::array <int> ^ get(); void set(cli::array <int> ^ value); };
public:
 property Platform::Array <int> ^ Id { Platform::Array <int> ^ get(); void set(Platform::Array <int> ^ value); };
public int[] Id { get; set; }
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="ProcessIdParameterSet", Position=0)]
[System.Management.Automation.ValidateNotNullOrEmpty]
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.ValidateNotNullOrEmpty>]
member this.Id : int[] with get, set
Public Property Id As Integer()

Property Value

Int32[]
Attributes

Applies to