[Description("The node that this port is part of.")]
publicvirtualIGoNode Node {get;}
Remarks
By default this uses FindParentNode, but you may need to override this to use FindTopNode instead if your node class contains other nodes as parts that you don't want to consider separate objects.