The ScriptLanguage property specifies the Microsoft® ActiveX® script language needed to execute a script (for example, Microsoft® Visual Basic® Scripting Edition, Microsoft JScript®, or PerlScript).
| ActiveScriptTask Object | Step Object |
object.ScriptLanguage [= value]
| Part | Description |
|---|---|
| object | Expression that evaluates to an object in the Applies To list |
| value | ActiveX script language needed to execute a script |
The default is VBScript.
String
Read/write
HRESULT GetScriptLanguage(BSTR *pRetVal);
HRESULT SetScriptLanguage(BSTR NewValue);
| ActiveXScript Property | FunctionName Property |