adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ObjectChangeLog Class / RecordID Property


In This Topic
    RecordID Property (ObjectChangeLog)
    In This Topic
    The unique id of this record
    Syntax
    'Declaration
     
    
    Public ReadOnly Property RecordID As Guid
    public Guid RecordID {get;}
    public:
    property Guid RecordID {
       Guid get();
    }
    Remarks
    RecordID is assigned sequentially to new new records.
    See Also