ScriptDef Language Property

From Meta Data Services Programming

Meta Data Services Programming

ScriptDef Language Property

This property stores the name of the language in which the script is written.

Syntax

Object.Language=string

The Language property syntax has the following parts.

Part Description
object The ScriptDef object.
string A variable length string that can be a maximum of 255 characters in length.

Valid values are Microsoft® Visual Basic® Scripting Edition (VBScript) and Microsoft JScript®.

See Also

ScriptDef Object