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;}
    See Also