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
key
Type: System.StringThe specified key.
Return Value
Type: System.Boolean
true if the dictionary contains the specified key; otherwise false.