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

In This Topic
    NoteCategory Enumeration
    In This Topic
    The category of a note on an issue to help format and display notes.
    Syntax
    'Declaration
     
    
    Public Enum NoteCategory 
       Inherits System.Enum
    public enum NoteCategory : System.Enum 
    Members
    MemberValueDescription
    System1The note was generated by the system itself
    Unknown0The note category was not specified.
    User2The note was generated by a user.
    Inheritance Hierarchy

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

    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