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;}
See Also