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

    EasyTestParameter(String, String) Constructor

    Initializes a new instance of the EasyTestParameter class with specified settings.

    Namespace: DevExpress.EasyTest.Framework

    Assembly: DevExpress.EasyTest.v25.1.dll

    NuGet Package: DevExpress.EasyTest

    Declaration

    public EasyTestParameter(
        string name,
        string value
    )

    Parameters

    Name Type
    name String
    value String
    See Also