ScriptDef Body Property

Meta Data Services Programming

Meta Data Services Programming

ScriptDef Body Property

This property stores the body of a script.

Syntax

Object.Body=string

The Body property syntax has the following parts.

Part Description
object The ScriptDef object
string A variable length string that can be a maximum of 64 KB in length
Remarks

You can provide validation using the ValidateScript method.

See Also

ScriptDef Object

ScriptDef ValidateScript Method