adTempus API
ArcanaDevelopment.adTempus.Client Namespace / LogMessage Class / JobQueueOID Property


In This Topic
    JobQueueOID Property (LogMessage)
    In This Topic
    The OID of the job queue containing the job that generated the message, if any
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public ReadOnly Property JobQueueOID As OID
    [CanBeNull()]
    public OID JobQueueOID {get;}
    [CanBeNull()]
    public:
    property OID^ JobQueueOID {
       OID^ get();
    }
    See Also