|
FileBlockReaderInputMeasurementKeys Property
|
Gets or sets primary keys of input measurements the
FileBlockReader expects, if any.
Namespace: FileAdaptersAssembly: FileAdapters (in FileAdapters.dll) Version: 2.4.207-beta
Syntax public override MeasurementKey[] InputMeasurementKeys { get; set; }
Public Overrides Property InputMeasurementKeys As MeasurementKey()
Get
Set
public:
virtual property array<MeasurementKey^>^ InputMeasurementKeys {
array<MeasurementKey^>^ get () override;
void set (array<MeasurementKey^>^ value) override;
}
abstract InputMeasurementKeys : MeasurementKey[] with get, set
override InputMeasurementKeys : MeasurementKey[] with get, set
function get_InputMeasurementKeys();
function set_InputMeasurementKeys(value);
View SourceProperty Value
MeasurementKeyImplements
IAdapterInputMeasurementKeysIAdapterInputMeasurementKeysSee Also