Priority - property of the PmUser object
Description:
Priority of the user (local or network).
Note:
Property access for
read only.
The value of this property is defined in the "
Priority" configurator of this object.
The lowest possible system priority (the priority of not logged-in user) is
0. The highest possible priority is
100.
Example:
JavaScriptVBScriptSelect and copy to clipboard
var nPriority = oUser.Priority;
// Reading from the property
Dim nPriority
nPriority = oUser.Priority
' Reading from the property