IEasyTestForm.GetPropertyValues(String[]) Method
Returns string representations of the specified properties’ values.
Namespace: DevExpress.EasyTest.Framework
Assembly: DevExpress.EasyTest.v25.1.dll
NuGet Package: DevExpress.EasyTest
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| propertyNames | String[] | An array of property names |
Returns
| Type | Description |
|---|---|
| String[] | An array of string representations of properties’ values. |
See Also