When present, the first routine of this script will be executed when the add-on is executed and its return added to the add-ons return


Namespace: Contensive.BaseClasses
Assembly: CPBase (in CPBase.dll)

Syntax

Visual Basic (Declaration)
Public MustOverride ReadOnly Property ScriptCode As String
C#
public abstract string ScriptCode { get; }
C++
public abstract property string ScriptCode abstract  {
    String get();
}
J#
/** property */
public string get_ScriptCode();
JScript
public function get ScriptCode() : String

See Also