public VnaParameter[,] ParameterMatrix { get; set; }Public Property ParameterMatrix As VnaParameter(,)
Get
Setpublic:
property array<VnaParameter^,2>^ ParameterMatrix {
array<VnaParameter^,2>^ get ();
void set (array<VnaParameter^,2>^ value);
}member ParameterMatrix : VnaParameter[,] with get, set