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


In This Topic
    RunElevated Property
    In This Topic
    Determines if administrative privileges will be enabled when the job runs
    Syntax
    'Declaration
     
    
    Public Property RunElevated As Boolean
    public bool RunElevated {get; set;}
    public:
    property bool RunElevated {
       bool get();
       void set (    bool value);
    }
    Remarks

    This is equivalent to using the "Run as administrator" command in Windows. If this option is not checked, administrative privileges will not be enabled, and the program may not behave as you expect.

    This setting has no effect if the CredentialProfile used for the job is not a user with Administrator permissions on the computer (you cannot get elevated privileges for a user who is not an Administrator).

    See Also