EnterPSHostProcessCommand.Process 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.
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