NodeMapContainsKey Method

CVB.Net Documentation
Gets whether a node with the name is contained in this node map.

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

public override bool ContainsKey(
	string name
)

Parameters

name
Type: SystemString
Name of the node (namespace prefix necessary).

Return Value

Type: Boolean
true if the name exists in this dictionary.

Implements

IDictionaryTKey, TValueContainsKey(TKey)
IDictionaryTKey, TValueContainsKey(TKey)
See Also

Reference