adTempus API
ArcanaDevelopment.adTempus.ApplicationIntegration Namespace / IScriptParameters Interface / JobQueueOID Property


In This Topic
    JobQueueOID Property (IScriptParameters)
    In This Topic
    The object ID of the queue to which the group is assigned.
    Syntax
    'Declaration
     
    
    ReadOnly Property JobQueueOID As Nullable(Of Guid)
    Nullable<Guid> JobQueueOID {get;}
    property Nullable<Guid> JobQueueOID {
       Nullable<Guid> get();
    }
    See Also