WaitProcessCommand.Id 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.
Specifies the process IDs of the processes to be waited on.
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.Alias(new System.String[] { "PID", "ProcessId" })]
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="Id", Position=0, ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.ValidateNotNullOrEmpty]
public int[] Id { get; set; }
member this.Id : int[] with get, set
[<System.Management.Automation.Alias(new System.String[] { "PID", "ProcessId" })>]
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="Id", Position=0, ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.Id : int[] with get, set
Public Property Id As Integer()
Property Value
Int32[]
- Attributes