Share via


QueryResult.Contains method

Determines whether the dictionary contains the specified key.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public Function Contains ( _
    key As String _
) As Boolean
'Usage
Dim instance As QueryResult
Dim key As String
Dim returnValue As Boolean

returnValue = instance.Contains(key)
public bool Contains(
    string key
)

Parameters

Return value

Type: System.Boolean
true if the dictionary contains the specified key; otherwise false.

See also

Reference

QueryResult class

QueryResult members

Microsoft.PerformancePoint.Scorecards namespace