|
AlarmStateFlaggerFlags Property
|
Gets or sets the flags to be forced on while alarm is raised.
Namespace: DataQualityMonitoringAssembly: DataQualityMonitoring (in DataQualityMonitoring.dll) Version: 2.4.207-beta
Syntax [ConnectionStringParameterAttribute]
[DefaultValueAttribute(MeasurementStateFlags.Normal)]
public MeasurementStateFlags Flags { get; set; }
<ConnectionStringParameterAttribute>
<DefaultValueAttribute(MeasurementStateFlags.Normal)>
Public Property Flags As MeasurementStateFlags
Get
Set
public:
[ConnectionStringParameterAttribute]
[DefaultValueAttribute(MeasurementStateFlags::Normal)]
property MeasurementStateFlags Flags {
MeasurementStateFlags get ();
void set (MeasurementStateFlags value);
}
[<ConnectionStringParameterAttribute>]
[<DefaultValueAttribute(MeasurementStateFlags.Normal)>]
member Flags : MeasurementStateFlags with get, set
function get_Flags();
function set_Flags(value);
View SourceProperty Value
MeasurementStateFlagsSee Also