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