IConfigurableNodeMapItem Property

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

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

IConfigurableNode this[
	string name
] { get; set; }

Parameters

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

Return Value

Type: IConfigurableNode
Node instance.

Implements

IDictionaryTKey, TValueItemTKey
Exceptions

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

Reference