Loupe - Log - Monitor - Resolve
Loupe.Extensibility.Data Namespace / ApplicationUserMode Enumeration

In This Topic
    ApplicationUserMode Enumeration
    In This Topic
    The user tracking mode for an application
    Syntax
    'Declaration
     
    
    Public Enum ApplicationUserMode 
       Inherits System.Enum
    public enum ApplicationUserMode : System.Enum 
    Members
    MemberValueDescription
    MultiUser2The application can impersonate many users
    None0User tracking is disabled for this application
    SingleUser1The application runs as a single user which is the process user
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Loupe.Extensibility.Data.ApplicationUserMode

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also