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