NodeIConfigurableNodeAliasNode 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

IConfigurableNode IConfigurableNode.AliasNode { get; set; }

Property Value

Type: IConfigurableNode
Alias node instance; for none.

Implements

IConfigurableNodeAliasNode
Remarks

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

Set operation is only possible as long as the GevServer.State is Configuration.

See Also

Reference