if the ScriptCode has more than one routine and you want to run one other than the first, list is here.


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

Syntax

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

See Also