Skip to main content
All docs
V25.2
  • IEasyTestForm.GetPropertyValues(String[]) Method

    Returns string representations of the specified properties’ values.

    Namespace: DevExpress.EasyTest.Framework

    Assembly: DevExpress.EasyTest.v25.2.dll

    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