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


In This Topic
    RecordID Property (ExecutionHistoryItem)
    In This Topic
    The record ID for this instance
    Syntax
    'Declaration
     
    
    Public ReadOnly Property RecordID As Integer
    public int RecordID {get;}
    public:
    property int RecordID {
       int get();
    }
    Remarks
    The record ID is a unique sequential ID for the instance.
    See Also