DatabaseOptions.Name Property
Returns the configuration unique name.
Namespace: DevExpress.EasyTest.Framework
Assembly: DevExpress.EasyTest.v24.2.dll
NuGet Package: DevExpress.EasyTest
Declaration
Property Value
Type | Description |
---|---|
String | The configuration name. |
Remarks
Use the DatabaseOptions(String, String, String, String, String, String, String, String) constructor to specify the Name option.
Implements
See Also