NodeAliasNode Property

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

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

public Node AliasNode { get; set; }

Property Value

Type: Node
Alias node instance; for none.
Remarks

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

Reference