[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
publicvirtualGoPort Port {get; set;}
Remarks
Setting this property to a new port will also set that port's GoPort.PortObject to be this node, if it didn't already have a GoPort.PortObject. You might want to override the CreatePort method if you want to create a different kind of GoPort when constructing this kind of node.