|
DeviceAlarmStateAdapterInputMeasurementKeys Property
|
Gets or sets primary keys of input measurements the adapter expects, if any.
Namespace: GrafanaAdaptersAssembly: GrafanaAdapters (in GrafanaAdapters.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
IAdapterInputMeasurementKeysIAdapterInputMeasurementKeysSee Also