gets the id of this script. | |
Syntax: | String = object.ID |
Description: | CimClassScript.ID is a read only attribute
that represents the ID of this script. Examples Dim class As CimClassInstance Dim scriptList as CimClassScriptList Dim script as CimClassScript [...] Set scriptList = class.Scripts Set script = scriptList.Item("EXISTING_SCRIPT") MsgBox script.ID |