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

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