Loupe - Log - Monitor - Resolve
Gibraltar.Agent.Metrics Namespace / SampledMetric Class / CategoryName Property

In This Topic
    CategoryName Property (SampledMetric)
    In This Topic
    The category of this metric for display purposes. Displayed as a dot (.) delimited hierarchal display.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property CategoryName As String
    public string CategoryName {get;}
    Remarks
    You can create arbitrarily deep categorization by using periods (.) to separate category levels. For example, the category "Database.Query.Search" will be parsed to create a three-level category {Database, Query, Search}. You can have spaces in the category name.
    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