NamespaceImports Property (JobGroup)
In This Topic
A semicolon-delimited list of any additional namespaces to be included when compiling
variable functions used in jobs within this group.
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