adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ICustomObject Interface / CustomObjectVersion Property


In This Topic
    CustomObjectVersion Property (ICustomObject)
    In This Topic
    Gets the version of the object.
    Syntax
    'Declaration
     
    
    ReadOnly Property CustomObjectVersion As Integer
    int CustomObjectVersion {get;}
    property int CustomObjectVersion {
       int get();
    }
    Remarks
    The version is stored by adTempus and passed in to the object when deserializing.
    See Also