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

On this page
    Password Property (MagentoConnectionStringBuilder)
    On this page
    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