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