NodeMapINodeMapItem Property

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

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

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

Parameters

key
Type: SystemString

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