adTempus API
ArcanaDevelopment.adTempus.Shared.Notification Namespace / NotificationMessage Class / ExecutionHistoryItemOID Property


In This Topic
    ExecutionHistoryItemOID Property (NotificationMessage)
    In This Topic
    The OID of the instance that generated the message.
    Syntax
    'Declaration
     
    
    <DataMemberAttribute()>
    Public Property ExecutionHistoryItemOID As Nullable(Of Guid)
    [DataMember()]
    public Nullable<Guid> ExecutionHistoryItemOID {get; set;}
    [DataMember()]
    public:
    property Nullable<Guid> ExecutionHistoryItemOID {
       Nullable<Guid> get();
       void set (    Nullable<Guid> value);
    }
    See Also