adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ScriptLibrary Class / ScriptBody Property


In This Topic
    ScriptBody Property (ScriptLibrary)
    In This Topic
    The code for the library
    Syntax
    'Declaration
     
    
    Public Property ScriptBody As String
    public string ScriptBody {get; set;}
    public:
    property String^ ScriptBody {
       String^ get();
       void set (    String^ value);
    }
    Remarks

    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.

    See Also