VnaParameter[,] ParameterMatrix { get; set; }Property ParameterMatrix As VnaParameter(,)
Get
Setproperty array<VnaParameter^,2>^ ParameterMatrix {
array<VnaParameter^,2>^ get ();
void set (array<VnaParameter^,2>^ value);
}abstract ParameterMatrix : VnaParameter[,] with get, set