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


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