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;}
    [DataMember()]
    public:
    property Nullable<Guid> JobOID {
       Nullable<Guid> get();
       void set (    Nullable<Guid> value);
    }
    See Also