Priority - property of the PmEventItem object
Description:
Priority of the event item.
Note:
Property access for
read only.
The value of this property is defined in the "
Priority" configurator of this object.
Example:
JavaScriptVBScriptSelect and copy to clipboard
var oEv = pMe.Pm("/Event");
var oEvItem = oEv.Item("Temperature");
var nPriority = oEvItem.Priority;
Dim oEv
Set oEv = pMe.Pm("/Event")
Dim oEvItem
Set oEvItem = oEv.Item("Temperature")
Dim nPriority
nPriority = oEvItem.Priority