QueryResult.Values Property
Gets the values of the underlying dictionary.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public ReadOnly Property Values As ICollection
Get
'Usage
Dim instance As QueryResult
Dim value As ICollection
value = instance.Values
public ICollection Values { get; }
Property Value
Type: System.Collections.ICollection
The values of the underlying dictionary.