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