NodeMapINodeMapItem 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

INode INodeMap.this[
	string name
] { get; }

Parameters

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

Return Value

Type: INode
Node instance.

Implements

INodeMapItemString
Exceptions

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

Reference