DocumentNodeDictionary TKey, TValue  Keys Property TIBCO Spotfire 7.0 API Reference
Gets an ICollection T  containing the keys of the IDictionary TKey, TValue .

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

public ICollection<TKey> Keys { get; }

Return Value

Type: ICollection TKey 
An ICollection T  containing the keys of the object that implements IDictionary TKey, TValue .

Implements

IDictionary TKey, TValue  Keys
Version Information

Supported in: 7.0, 6.5, 6.0, 5.5, 5.0
See Also