ValueNodeSelectingNodes Property

CVB.Net Documentation
Gets all nodes selecting this node.

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

public IEnumerable<SelectorNode> SelectingNodes { get; }

Property Value

Type: IEnumerableSelectorNode
Enumerator for enumerating all selecting nodes.
Remarks

For information about selected Nodes see the SelectorNode.
See Also

Reference