|
LocalOutputAdapterInputMeasurementKeys Property
|
Gets or sets primary keys of input measurements the AdapterBase expects, if any.
Namespace: HistorianAdaptersAssembly: HistorianAdapters (in HistorianAdapters.dll) Version: 2.4.207-beta
Syntax public:
[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
IAdapterInputMeasurementKeysSee Also