AssemblyReferences Property (JobGroup)
In This Topic
A semicolon-delimited list of any additional assemblies to be referenced when compiling
variable functions used in jobs within this group.
Syntax
'Declaration
Public Property AssemblyReferences As String
public string AssemblyReferences {get; set;}
See Also