adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ScriptExecutionTask Class / ScriptFileLanguage Property


In This Topic
    ScriptFileLanguage Property
    In This Topic
    The language of the ScriptFile
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public Property ScriptFileLanguage As String
    [CanBeNull()]
    public string ScriptFileLanguage {get; set;}
    [CanBeNull()]
    public:
    property String^ ScriptFileLanguage {
       String^ get();
       void set (    String^ value);
    }
    See Also