EnterPSHostProcessCommand.Process Property

Definition

Process to enter.

public:
 property System::Diagnostics::Process ^ Process { System::Diagnostics::Process ^ get(); void set(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.ValidateNotNull]
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.ValidateNotNull>]
member this.Process : System.Diagnostics.Process with get, set
Public Property Process As Process

Property Value

Attributes

Applies to