Skip to main content
All docs
V25.1
  • .NET 8.0+

    IEasyTestForm.GetPropertyValue(String) Method

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

    Namespace: DevExpress.EasyTest.Framework

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