|
StateFlagsTransferAdapterSourceMeasurements Property
|
Gets or sets the collection of measurements from which state will be transfered.
Namespace: DataQualityMonitoringAssembly: DataQualityMonitoring (in DataQualityMonitoring.dll) Version: 2.4.207-beta
Syntax [ConnectionStringParameterAttribute]
public MeasurementKey[] SourceMeasurements { get; set; }
<ConnectionStringParameterAttribute>
Public Property SourceMeasurements As MeasurementKey()
Get
Set
public:
[ConnectionStringParameterAttribute]
property array<MeasurementKey^>^ SourceMeasurements {
array<MeasurementKey^>^ get ();
void set (array<MeasurementKey^>^ value);
}
[<ConnectionStringParameterAttribute>]
member SourceMeasurements : MeasurementKey[] with get, set
function get_SourceMeasurements();
function set_SourceMeasurements(value);
View SourceProperty Value
MeasurementKeySee Also