WebApplicationOptions.UseIISExpress Property
Gets whether the IIS Express is used to run the application. If set to false
, WebDev is used instead.
Namespace: DevExpress.EasyTest.Framework
Assembly: DevExpress.ExpressApp.EasyTest.SeleniumWebAdapter.v24.1.dll
NuGet Package: DevExpress.ExpressApp.EasyTest.SeleniumWebAdapter
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, if IIS Express is used instead of WebDev; otherwise, false. |
Remarks
Use the WebApplicationOptions() constructor to specify the UseIISExpress
option.
See Also