PerformanceCounterValueUnit Property

Gets or sets the measurement unit of LastValue, MinimumValue, MaximumValue and AverageValue

Definition

Namespace: Gemstone.Diagnostics
Assembly: Gemstone.Diagnostics (in Gemstone.Diagnostics.dll) Version: 1.0.138 -- Release Build+6aeb4c3988b05c265b918fce2dee4202efa7e160
public string? ValueUnit { get; set; }

Property Value

String

Exceptions

ArgumentNullExceptionThe value being assigned is a null or empty string.

See Also