NodeMapIDictionaryString, IConfigurableNodeItem Property (String)

CVB.Net Documentation
Gets or sets the element with the specified key.

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

IConfigurableNode IDictionary<string, IConfigurableNode>.this[
	string key
] { get; set; }

Parameters

key
Type: SystemString
The key of the element to get or set.

Return Value

Type: IConfigurableNode
The element with the specified key.

Implements

IDictionaryTKey, TValueItemTKey
Exceptions

See Also

Reference

System#Collections#Generic#IDictionary{System#String@Stemmer#Cvb#GevServer#IConfigurableNode}#Item Overload