'Declaration
Overloads Function ContainsKey( _ ByVal metricTypeName As String, _ ByVal categoryName As String, _ ByVal counterName As String _ ) As Boolean
bool ContainsKey( string metricTypeName, string categoryName, string counterName )
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.
Return Value
true if the collection contains an element with the key; otherwise, false.