Click or drag to resize

PerfmonObjectCountersItem Property (String)

The collection's indexer, by Key. Use Find(String, PerfmonObjectCounterFindType) to access elements by ID or other criteria.

Namespace:  NetQuarry.Diagnostics
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public PerfmonObjectCounter this[
	string index
] { get; set; }

Parameters

index
Type: SystemString

Property Value

Type: PerfmonObjectCounter
See Also