CimAlarmRoutingList.Item (read-only property)

Gets item.
Syntax: String = object.Item ( IndexOrRoleId )
Parameters:
IndexOrRoleId As VARIANT - Returns a role based on Index or by Id
Description: The CimAlarmRoutingList.Item returns an item by index or by name.

Examples

if routing.Item("OPER") = "" then
   MsgBox "Not routed to Role OPER"
end if