WinApplicationOptions.Name Property
Gets the name of the WinForms application. This name is used to differentiate between different applications.
Namespace: DevExpress.EasyTest.Framework
Assembly: DevExpress.ExpressApp.EasyTest.WinAdapter.v24.2.dll
NuGet Package: DevExpress.ExpressApp.EasyTest.WinAdapter
Declaration
Property Value
Type | Description |
---|---|
String | A Blazor application name. |
Remarks
Use the WinApplicationOptions() constructor to specify the Name
option.
Implements
See Also