CimEvent.UserParameter (read-only property)

Obsolete

Replaced by a GefEventContext

Syntax

CimEvent.UserParameter)

Description

Returns a String representing the parameter specified in the event during configuration.

Example

Dim UserVar As CimObjectVariable

Dim Obj As CimObject

Set Obj = CimGetScriptOwner()

userStr = cimEvent.UserParameter

Set UserVar = Obj.GetVariable(userStr)

More information

Obsolete basic extensions.