GetPSHostProcessInfoCommand.Process Property

Definition

Process.

public:
 property cli::array <System::Diagnostics::Process ^> ^ Process { cli::array <System::Diagnostics::Process ^> ^ get(); void set(cli::array <System::Diagnostics::Process ^> ^ value); };
public System.Diagnostics.Process[] Process { get; set; }
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="ProcessParameterSet", Position=0, ValueFromPipeline=true)]
[System.Management.Automation.ValidateNotNullOrEmpty]
public System.Diagnostics.Process[] Process { get; set; }
member this.Process : System.Diagnostics.Process[] with get, set
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="ProcessParameterSet", Position=0, ValueFromPipeline=true)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.Process : System.Diagnostics.Process[] with get, set
Public Property Process As Process()

Property Value

Attributes

Applies to