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