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