dotConnect for Zoho Books Documentation
Devart.Data Namespace / TokenManagerEventArgs Class / Version Property

In This Topic
    Version Property
    In This Topic
    Syntax
    'Declaration
     
    Public Property Version As Nullable(Of Integer)
    public Nullable<int> Version {get; set;}
    See Also