Chat Support
Loupe - Log - Monitor - Resolve
Loupe.Agent.PerformanceCounters Namespace / PerfCounterCollection Class / Contains Method
The performance counter object to check for

Contains Method (PerfCounterCollection)
Indicates whether the collection contains the specified performance counter
Syntax
'Declaration
 
Public Function Contains( _
   ByVal item As PerfCounterMetric _
) As Boolean
 

Parameters

item
The performance counter object to check for

Return Value

True if the item is found, false otherwise.
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