PowerShellProcessInstance.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.
Gets the process object of the remote target.
public:
property System::Diagnostics::Process ^ Process { System::Diagnostics::Process ^ get(); };
public System.Diagnostics.Process Process { get; }
member this.Process : System.Diagnostics.Process
Public ReadOnly Property Process As Process