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