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


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