|
StateFlagsTransferAdapterInputMeasurementKeys Property
|
Gets or sets primary keys of input measurements the AdapterBase expects, if any.
Namespace: DataQualityMonitoringAssembly: DataQualityMonitoring (in DataQualityMonitoring.dll) Version: 2.4.282-beta
Syntaxpublic:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
virtual property array<MeasurementKey^>^ InputMeasurementKeys {
array<MeasurementKey^>^ get () override;
void set (array<MeasurementKey^>^ value) override;
}function get_InputMeasurementKeys();
function set_InputMeasurementKeys(value);
View SourceProperty Value
MeasurementKeyImplements
IAdapterInputMeasurementKeysIAdapterInputMeasurementKeys
Remarks
If your adapter needs to receive all measurements, you must explicitly set InputMeasurementKeys to null.
See Also