ExternalControl.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.
The running process associated with this control.
public:
property System::Diagnostics::Process ^ Process { System::Diagnostics::Process ^ get(); void set(System::Diagnostics::Process ^ value); };
public System.Diagnostics.Process Process { get; set; }
member this.Process : System.Diagnostics.Process with get, set
Public Property Process As Process