ActiveXScriptTask Properties

Include Protected Members
Include Inherited Members

The ActiveXScriptTask type exposes the following members.

Properties

  Name Description
Public property DebugMode A Boolean that indicates if a task should check if breakpoints are enabled.
Public property EntryMethod Stores the entry method for the corresponding scripting language.
Public property ExecutionValue Returns a user-defined object. This field is read-only. (Overrides Task.ExecutionValue.)
Public property ExecutionValueProperty Uses the ExecutionValueChoice to determine what the ExecutionValue will contain.
Public property ScriptingLanguage Gets or sets the name of the scripting language.
Public property ScriptText Gets or sets the script to run.
Public property SuspendRequired Gets or sets a Boolean that indicates whether tasks should suspend when they encounter a breakpoint.
Public property Version *** Member deprecated; see Remarks. ***    Returns the version of the task. This property is read-only. (Inherited from Task.)

Top