ApplicationUnderTest.Process Property
Gets or sets the underlying Process object.
Namespace: Microsoft.VisualStudio.TestTools.UITesting
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntax
'Declaration
Public Property Process As Process
public Process Process { get; internal set; }
public:
property Process^ Process {
Process^ get ();
internal: void set (Process^ value);
}
member Process : Process with get, internal set
function get Process () : Process
internal function set Process (value : Process)
Property Value
Type: Process
The underlying Process object.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.