MMCTask.Script property
The Script property returns the script to run when the user clicks the task. This property is used only if ActionType is 2.
This property is read-only.
Syntax
MMCTask.Script
Property value
The returned property is the string specified in the szScript member of the MMC_TASK structure returned in the IEnumTASK::Next method.
Remarks
This property contains the script to run using the window.execScript method on the taskpad DHTML page. Be aware that the script language specified by the ScriptLanguage property should also be specified in the window.execScript method.
Requirements
Redistributable |
MMC 1.1 or later |
DLL |
|