'Declaration Public Property ScriptBody As String
'Declaration
Public Property ScriptBody As String
public string ScriptBody {get; set;}
public: property String^ ScriptBody { String^ get(); void set ( String^ value); }
Each ScriptLibrary contains code that will available to Scripts that reference the library.
The code must be written in the language specified by the ScriptLanguage.
ScriptLibrary Class ScriptLibrary Members