adTempus API
ArcanaDevelopment.adTempus.Client Namespace / CustomTrigger Class / CustomObjectVersion Property


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