Loupe - Log - Monitor - Resolve
Gibraltar.Monitor Namespace / MetricDefinitionCollection Class / Item Property / Item(String,String,String) Property
The unique metric type
The name of the category with which this definition is associated.
The name of the definition within the category.

In This Topic
    Item(String,String,String) Property
    In This Topic
    Retrieve metric object by its type, category, and counter names.
    Syntax
    'Declaration
     
    
    Public Overloads ReadOnly Property Item( _
       ByVal metricTypeName As String, _
       ByVal categoryName As String, _
       ByVal counterName As String _
    ) As IMetricDefinition

    Parameters

    metricTypeName
    The unique metric type
    categoryName
    The name of the category with which this definition is associated.
    counterName
    The name of the definition within the category.
    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