adTempus API
ArcanaDevelopment.adTempus.Client Namespace / Job Class / UserInteractionMode Property


In This Topic
    UserInteractionMode Property (Job)
    In This Topic
    The user interaction mode to use when running the job
    Syntax
    'Declaration
     
    
    Public Property UserInteractionMode As UserInteractionMode
    public UserInteractionMode UserInteractionMode {get; set;}
    public:
    property UserInteractionMode UserInteractionMode {
       UserInteractionMode get();
       void set (    UserInteractionMode value);
    }
    See Also