VnaNoiseElectricalSpec[] Noise { get; set; }
Property Noise As VnaNoiseElectricalSpec()
Get
Set
property array<VnaNoiseElectricalSpec>^ Noise {
array<VnaNoiseElectricalSpec>^ get ();
void set (array<VnaNoiseElectricalSpec>^ value);
}
abstract Noise : VnaNoiseElectricalSpec[] with get, set