Remove a role | |
Syntax: | object.Remove IndexOrRoleID |
Parameters: |
IndexOrRoleID As VARIANT - Index or name of role to
remove.
|
Description: | The CimAlarmRoutingList.Item removes an
item by index or by name. Examples if routing.Item("OPER") <> "" then routing.Remove "OPER" end if |