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