dotConnect for Magento 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 Magento 2.0.
    Syntax
    'Declaration
     
    Public Property Password As String
    public string Password {get; set;}

    Property Value

    The password to use for connecting to Magento 2.0.
    Remarks
    For connecting to Magento 1.x use APIKey instead.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also