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

In This Topic
    ScriptBody Property (Script)
    In This Topic
    The body (code) for the script
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public Property ScriptBody As String
    [CanBeNull()]
    public string ScriptBody {get; set;}
    Remarks
    The ScriptBody must be a valid script in the ScriptLanguage specified for the script.
    See Also