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

In This Topic
    ScriptLanguage Property (ScriptLibrary)
    In This Topic
    The language used for this script
    Syntax
    'Declaration
     
    
    Public Property ScriptLanguage As String
    public string ScriptLanguage {get; set;}
    Remarks
    Must be set to one of the string constants defined in ArcanaDevelopment.adTempus.Shared.ScriptLanguages.
    See Also