NodeMapDictionaryItem Property

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

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

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

Parameters

name
Type: SystemString
Name of the node map.

Return Value

Type: NodeMap
NodeMap with the given name.
Exceptions

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

Reference