DocumentNodeDictionary TKey, TValue  Item Property TIBCO Spotfire 6.0 API Reference
Gets or sets 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 TValue this[
	TKey key
] { get; set; }

Parameters

key
Type: TKey

Property Value

Type: TValue

Implements

IDictionary TKey, TValue  Item TKey 
See Also