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

    Returns string representations of the specified properties’ values.

    Namespace: DevExpress.EasyTest.Framework

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