public:
property int Prio {
intget();
voidset ( intvalue);
}
Remarks
If interaction is started while another interaction is running then the one with the lower priority will be deactivated until all interactions with higher priority will be finished.