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

IEasyTestForm.GetPropertyValue(String) Method

Returns a string representation of the specified property’s value.

Namespace: DevExpress.EasyTest.Framework

Assembly: DevExpress.EasyTest.v23.2.dll

NuGet Package: DevExpress.EasyTest

Declaration

string GetPropertyValue(
    string propertyName
)

Parameters

Name Type Description
propertyName String

A property name.

Returns

Type Description
String

A string representation of the property’s value.

See Also