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;}
[CanBeNull()]
public:
property String^ AssemblyReferences {
String^ get();
void set ( String^ value);
}
See Also