adTempus API
ArcanaDevelopment.adTempus.Client Namespace / Job Class / NamespaceImports Property


In This Topic
    NamespaceImports Property (Job)
    In This Topic
    A semicolon-delimited list of any additional namespaces to be included when compiling variable functions used in this job.
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public Property NamespaceImports As String
    [CanBeNull()]
    public string NamespaceImports {get; set;}
    [CanBeNull()]
    public:
    property String^ NamespaceImports {
       String^ get();
       void set (    String^ value);
    }
    See Also