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