| 
            
              LocalOutputAdapterInputMeasurementKeys Property
             | 
          
        
        
            Gets or sets primary keys of input measurements the AdapterBase expects, if any.
            
        
        Namespace: HistorianAdaptersAssembly: HistorianAdapters (in HistorianAdapters.dll) Version: 2.4.258-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
IAdapterInputMeasurementKeys
See Also