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

In This Topic
    ServiceVersion Property
    In This Topic
    Determines the version of Adobe Commerce to connect to: 1.x or 2.0.
    Syntax
    'Declaration
     
    Public Property ServiceVersion As MagentoServiceVersion
    public MagentoServiceVersion ServiceVersion {get; set;}

    Property Value

    One of the MagentoServiceVersion values.
    Remarks
    Set this property to determine the version of Adobe Commerce you are connecting to: 1.x or 2.0. Default value is MagentoServiceVersion.Ver1.
    See Also