adTempus API
ArcanaDevelopment.adTempus.Client Namespace / JobGroup Class / AssemblyReferences Property


In This Topic
    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
     
    
    <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