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

On this page
    ServiceVersion Property
    On this page
    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