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
     
    
    Public Property NamespaceImports As String
    public string NamespaceImports {get; set;}
    See Also