GoXam for WPF v3
Id Property (Node)
Northwoods.GoXam Namespace > Node Class : Id Property
Gets or sets the string identifier used by the Northwoods.GoXam.Model.PartsModel to resolve references from other parts in the Northwoods.GoXam.Model.PartsModel.
Syntax
public string Id {get; set;}

Property Value

The default value is null. If this node is in a Northwoods.GoXam.Model.PartsModel, such as when defined as nested elements of a Diagram element in XAML, and if you want to refer to this node from other links or nodes, you will need to provide a unique value for this property.
Remarks
This property is only used by unbound nodes that are in a Northwoods.GoXam.Model.PartsModel model.
See Also

Reference

Node Class
Node Members