adTempus API
ArcanaDevelopment.adTempus.Client Namespace / LogMessage Class / ExecutionHistoryOID Property


In This Topic
    ExecutionHistoryOID Property (LogMessage)
    In This Topic
    The OID of the job instance that generated this message, if any
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public ReadOnly Property ExecutionHistoryOID As OID
    [CanBeNull()]
    public OID ExecutionHistoryOID {get;}
    [CanBeNull()]
    public:
    property OID^ ExecutionHistoryOID {
       OID^ get();
    }
    See Also