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
Parameters
Name | Type | Description |
---|---|---|
propertyName | String | A property name. |
Returns
Type | Description |
---|---|
String | A string representation of the property’s value. |
See Also