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