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