[ConnectionStringParameterAttribute]
[DefaultValueAttribute(null)]
[LabelAttribute("Input Measurement Keys")]
public override MeasurementKey[]? InputMeasurementKeys { get; set; }
<ConnectionStringParameterAttribute>
<DefaultValueAttribute(Nothing)>
<LabelAttribute("Input Measurement Keys")>
Public Overrides Property InputMeasurementKeys As MeasurementKey()
Get
Set
public:
[ConnectionStringParameterAttribute]
[DefaultValueAttribute(nullptr)]
[LabelAttribute(L"Input Measurement Keys")]
virtual property array<MeasurementKey^>^ InputMeasurementKeys {
array<MeasurementKey^>^ get () override;
void set (array<MeasurementKey^>^ value) override;
}
function get_InputMeasurementKeys();
function set_InputMeasurementKeys(value);