DictionaryWrapper<TKey, TValue>.Values property
Gets the values.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public ReadOnly Property Values As List(Of TValue)
Get
'Usage
Dim instance As DictionaryWrapper
Dim value As List(Of TValue)
value = instance.Values
public List<TValue> Values { get; }
Property value
Type: System.Collections.Generic.List<TValue>
The values.
See also
Reference
DictionaryWrapper<TKey, TValue> class