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

In This Topic
    UserType Enumeration
    In This Topic
    The various levels of users in the system
    Syntax
    'Declaration
     
    
    <FlagsAttribute()>
    Public Enum UserType 
       Inherits System.Enum
    [Flags()]
    public enum UserType : System.Enum 
    Members
    MemberValueDescription
    Administrator16An administrator
    CanLogIn28Users that have accounts
    Full8A normal user
    FullApplicationAccess24Users that can access all application-specific features
    Reviewer4A lightweight reviewer user
    System1The internal system user
    Unknown0No user type has been specified
    Virtual2A virtual user (only has an email address, can't access the system)
    Inheritance Hierarchy

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

    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