JobQueue Property (QueueAgentJoin)
In This Topic
The
JobQueue this link belongs to
Syntax
'Declaration
<CanBeNullAttribute()>
Public Property JobQueue As JobQueue
[CanBeNull()]
public JobQueue JobQueue {get; set;}
[CanBeNull()]
public:
property JobQueue^ JobQueue {
JobQueue^ get();
void set ( JobQueue^ value);
}
See Also