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