adTempus API
ArcanaDevelopment.adTempus.Shared.Notification Namespace / INotificationMessage Interface / ExecutionHistoryStepOID Property


In This Topic
    ExecutionHistoryStepOID Property (INotificationMessage)
    In This Topic
    The OID of the step instance that generated the message.
    Syntax
    'Declaration
     
    
    ReadOnly Property ExecutionHistoryStepOID As Nullable(Of Guid)
    Nullable<Guid> ExecutionHistoryStepOID {get;}
    property Nullable<Guid> ExecutionHistoryStepOID {
       Nullable<Guid> get();
    }
    See Also