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