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

See Also

Reference

ApplicationUnderTest Class

Microsoft.VisualStudio.TestTools.UITesting Namespace