public:
property int Priority {
intget();
voidset ( intvalue);
}
Remarks
In a queue that limits the number of jobs that can run simultaneously, jobs with higher priorities are executed before jobs with lower priorities.
New jobs have a default priority of 100. For queues with no limit, the Priority has no effect.