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


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