DocumentNodeDictionary TKey, TValue  TryGetValue Method TIBCO Spotfire 6.0 API Reference
Tries to get the value associated with the specified key.

Namespace: Spotfire.Dxp.Framework.DocumentModel
Assembly: Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

public bool TryGetValue(
	TKey key,
	out TValue value
)

Parameters

key
Type: TKey
The key.
value
Type: TValue 
The value.

Return Value

Type: Boolean
true if the value was found; false otherwise.

Implements

IDictionary TKey, TValue  TryGetValue(TKey, TValue )
See Also