GoXam for WPF v3
SetPortId Method
Northwoods.GoXam Namespace > Node Class : SetPortId Method
null to indicate that the element is not a "port"; the empty string to indicate that the element is the default port for the Node; a non-empty string to uniquely identify the port within the Node
Sets the value of the PortIdProperty attached dependency property.
Syntax
public static void SetPortId( 
   DependencyObject d,
   string v
)

Parameters

d
v
null to indicate that the element is not a "port"; the empty string to indicate that the element is the default port for the Node; a non-empty string to uniquely identify the port within the Node
See Also

Reference

Node Class
Node Members