adTempus API
ArcanaDevelopment.adTempus.Client Namespace / Script Class / References Property


In This Topic
    References Property (Script)
    In This Topic
    List of assemblies referenced by the script.
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public Property References As String
    [CanBeNull()]
    public string References {get; set;}
    [CanBeNull()]
    public:
    property String^ References {
       String^ get();
       void set (    String^ value);
    }
    Remarks

    For .NET scripts that need to reference additional assemblies, specify those assemblies here. The list should be comma-, semicolon-, or newline-delimited.

    See Also