Class DiagParametersWithThreshold
Параметр диагностики со значением границы диагностики.
public class DiagParametersWithThreshold
- Inheritance
-
DiagParametersWithThreshold
- Inherited Members
- Extension Methods
Properties
IsEnabled
Отмечает активность диагностики.
public bool? IsEnabled { get; set; }
Property Value
- bool?
Threshold
Значение границы измерения.
public uint Threshold { get; set; }