dotConnect for Magento Documentation
Devart.Data.Magento Namespace / MagentoConnectionStringBuilder Class / APIKey Property

In This Topic
    APIKey Property
    In This Topic
    Gets or sets the automatically generated key that is used for connecting to Magento 1.x.
    Syntax
    'Declaration
     
    Public Property APIKey As String
    public string APIKey {get; set;}

    Property Value

    The automatically generated key that is used for connecting to Magento 1.x.
    Remarks

    You can find the API Key in the User information section of your Magento dashboard.

    For connecting to Magento 2.0 use Password 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