dotConnect for Zoho CRM Documentation
Devart.Data.Zoho Namespace / ZohoConnectionStringBuilder Class / APIVersion Property

In This Topic
    APIVersion Property
    In This Topic
    Determines the version of Zoho CRM API to use.
    Syntax
    'Declaration
     
    Public Property APIVersion As ZohoAPIVersion
    public ZohoAPIVersion APIVersion {get; set;}

    Property Value

    One of the APIVersion values.
    Remarks
    Note that APIVersion.v1 is cosidered deprecated since Dec 31, 2018. It is recommended to use APIVersion.v2.
    See Also