Skip to main content
All docs
V23.2
.NET 6.0+

IEasyTestForm.GetPropertyValues(String[]) Method

Returns string representations of the specified properties’ values.

Namespace: DevExpress.EasyTest.Framework

Assembly: DevExpress.EasyTest.v23.2.dll

NuGet Package: DevExpress.EasyTest

Declaration

string[] GetPropertyValues(
    params string[] propertyNames
)

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