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

    IEasyTestForm.GetPropertyValues(String[]) Method

    Returns string representations of the specified properties’ values.

    Namespace: DevExpress.EasyTest.Framework

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