Skip to main content
All docs
V26.1
  • DatabaseOptions.Password Property

    Returns the password that must be used when accessing the database.

    Namespace: DevExpress.EasyTest.Framework

    Assembly: DevExpress.EasyTest.v26.1.dll

    Declaration

    public string Password { get; }

    Property Value

    Type Description
    String

    A password.

    Remarks

    Use the DatabaseOptions(String, String, String, String, String, String, String, String) constructor to specify the Password option.

    Implements

    See Also