NodeAliasNode Property

CVB.Net Documentation
Gets the node, that is an alias value for this node.

Namespace:  Stemmer.Cvb.GenApi
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public Node AliasNode { get; }

Property Value

Type: Node
Alias node instance; null for none.
Remarks

Alias nodes give an additional view on a value or can contain summary information for e.g. CategoryNodes.
See Also

Reference