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


In This Topic
    Use32BitHost Property
    In This Topic
    Indicates whether this script should be run by the 32-bit script host.
    Syntax
    'Declaration
     
    
    Public Property Use32BitHost As Boolean
    public bool Use32BitHost {get; set;}
    public:
    property bool Use32BitHost {
       bool get();
       void set (    bool value);
    }
    Remarks

    Setting/clearing Use32BitHost is equivalent to setting/clearing the Use32BitHost flag in ScriptOptions.

    The 32-bit host is automatically used for Windows Script Host scripts (VBScript, JScript). All others use the 64-bit host by default unless this option is set.

    See Also