DocumentNodeDictionaryTKey, TValueValues Property

Spotfire 15.0 API Reference
Gets an ICollectionT containing the values in the IDictionaryTKey, TValue.

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

C#
public ICollection<TValue> Values { get; }

Return Value

Type: ICollectionTValue
An ICollectionT containing the values in the object that implements IDictionaryTKey, TValue.

Implements

IDictionaryTKey, TValueValues
Version Information


See Also

Reference