| 
            
              StateFlagsTransferAdapterFlags Property
             | 
          
        
        
            Gets or sets the flags to be transfered from source
            measurements to the corresponding destination measurements.
            
        
        Namespace: DataQualityMonitoringAssembly: DataQualityMonitoring (in DataQualityMonitoring.dll) Version: 2.4.257-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
MeasurementStateFlags
See Also