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

In This Topic
    IssueNoteCategory Enumeration
    In This Topic
    The category of a note on an issue to help format and display notes.
    Syntax
    'Declaration
     
    
    Public Enum IssueNoteCategory 
       Inherits System.Enum
    public enum IssueNoteCategory : 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.IssueNoteCategory

    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