다음을 통해 공유


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