Skip to main content
All docs
V24.1
.NET Framework 4.5.2+

IEasyTestForm.GetPropertyValue(String) Method

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

Namespace: DevExpress.EasyTest.Framework

Assembly: DevExpress.EasyTest.v24.1.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