adTempus API
ArcanaDevelopment.adTempus.Shared.Extensibility Namespace / ICustomObjectSettings Interface / Version Property


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