dotConnect for Adobe Commerce Documentation
Devart.Data.Magento Namespace / MagentoConnectionStringBuilder Class / Password Property

In This Topic
    Password Property (MagentoConnectionStringBuilder)
    In This Topic
    Gets or sets the password for connecting to Adobe Commerce 2.0.
    Syntax
    'Declaration
     
    Public Property Password As String
    public string Password {get; set;}

    Property Value

    The password to use for connecting to Adobe Commerce 2.0.
    Remarks
    For connecting to Magento 1.x use APIKey instead.
    See Also