WinApplicationOptions.FileName Property
Gets the fully qualified name of the application’s executable file.
Namespace: DevExpress.EasyTest.Framework
Assembly: DevExpress.ExpressApp.EasyTest.WinAdapter.v24.1.dll
NuGet Package: DevExpress.ExpressApp.EasyTest.WinAdapter
Declaration
Property Value
Type | Description |
---|---|
String | The fully qualified name of the application’s executable file. |
Remarks
Use the WinApplicationOptions() constructor to specify the FileName
option.
See Also