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