AssemblyReferences Property (Job)
In This Topic
A semicolon-delimited list of any additional assemblies to be referenced when compiling
variable functions used in this job.
Syntax
'Declaration
<CanBeNullAttribute()>
Public Property AssemblyReferences As String
[CanBeNull()]
public string AssemblyReferences {get; set;}
See Also