'Declaration
Public Overloads ReadOnly Property Item( _ ByVal metricTypeName As String, _ ByVal categoryName As String, _ ByVal counterName As String _ ) As IMetricDefinition
public IMetricDefinition Item( string metricTypeName, string categoryName, string counterName ) {get;}
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.