[ConnectionStringParameterAttribute]
[CustomConfigurationEditorAttribute("GSF.TimeSeries.UI.WPF.dll", "Gemstone.Timeseries.UI.Editors.MeasurementEditor",
null)]
[DefaultValueAttribute(null)]
public override MeasurementKey[] InputMeasurementKeys { get; set; }
<ConnectionStringParameterAttribute>
<CustomConfigurationEditorAttribute("GSF.TimeSeries.UI.WPF.dll", "Gemstone.Timeseries.UI.Editors.MeasurementEditor",
Nothing)>
<DefaultValueAttribute(Nothing)>
Public Overrides Property InputMeasurementKeys As MeasurementKey()
Get
Set
public:
[ConnectionStringParameterAttribute]
[CustomConfigurationEditorAttribute(L"GSF.TimeSeries.UI.WPF.dll", L"Gemstone.Timeseries.UI.Editors.MeasurementEditor",
nullptr)]
[DefaultValueAttribute(nullptr)]
virtual property array<MeasurementKey^>^ InputMeasurementKeys {
array<MeasurementKey^>^ get () override;
void set (array<MeasurementKey^>^ value) override;
}
function get_InputMeasurementKeys();
function set_InputMeasurementKeys(value);