NodeMapItem Property

CVB.Net Documentation
Indexer to retrieve a node with the given name from this node map.

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

public override Node this[
	string name
] { get; }

Parameters

name
Type: SystemString
Name with or without the namespace prefix.

Return Value

Type: Node
Node instance.
Exceptions

ExceptionCondition
ArgumentNullException Thrown if name is null.
KeyNotFoundException Thrown if name does not exist in this collection.
See Also

Reference