Event.MessageDLL Property

Gets the name of the message DLL that provides the event.

 Event.MessageDLL

Access

Read/Write

Return Value

String

Remarks

Note Note   

This property has been deprecated, and should not be used in new scripts.

The MessageDLL property is read-only when used with an event provided to the script by MOM. The property is read/write when used with a new event created with the ScriptContext.CreateEvent method.

Requirements

Platforms: Requires Windows 2000 or later

Version: Requires MOM 2000  or later

See Also

Event Object