CimClassScriptList.Delete (method)

Deletes the Script.
Syntax: object.Delete scriptId
Parameters:
scriptId As String - Name of the Event to be deleted from the event list.
Description: CimClassScriptList.Delete creates a CimClassScript by name.

Examples

Dim class as CimClassInstance
Dim scriptList as CimClassScriptList
[...]
Set scriptList = class.DataItems
scriptList.Delete "EXISTING_SCRIPT"