Click or drag to resize

CounterData Properties

The CounterData type exposes the following members.

Properties
  NameDescription
Public propertyCategoryName
Gets the counter category name.
Public propertyCounterIncrementType
Gets the counter increment type.
Public propertyCounterName
Gets the counter name.
Public propertyDuration
Gets the counter duration, in milliseconds.
Public propertyInstanceName
Gets the counter instance name.
Public propertyMetricNameApp
Gets the name of the metric, including the application name. Use MetricNameObj to get the name of the metric excluding the application name.
Public propertyMetricNameObj
Gets the name of the metric, excluding the application name. Use MetricNameApp to get the name of the metric including the application name.
Public propertyMonitoredObjectAttrs
Gets the attributes for the monitored object.
Public propertyPA
Gets the PerfmonAttrs for this counter.
Public propertyTS
Gets the counter duration as a TimeSpan.
Public propertyValidationErrors
Gets the validation errors string, if any.
Top
See Also