Gets the unique identifier name of the port.
The name is used to retrieve the port programmatically using methods like
Node.GetInputPortByName(string)
or Node.GetOutputPortByName(string)
.
It must be unique within its category (input or output) for a node.