QueryContext.ContainsValue Method
NOTE: This API is now obsolete.
Namespace: Microsoft.SharePoint.Search.Extended.Administration.Keywords
Assembly: Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)
Syntax
'Declaration
<ObsoleteAttribute("This interface should not be used")> _
Function ContainsValue ( _
key As String, _
value As String _
) As Boolean
'Usage
Dim instance As QueryContext
Dim key As String
Dim value As String
Dim returnValue As Boolean
returnValue = instance.ContainsValue(key, _
value)
[ObsoleteAttribute("This interface should not be used")]
bool ContainsValue(
string key,
string value
)
Parameters
- key
Type: System.String
- value
Type: System.String
Return Value
Type: System.Boolean
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.Keywords Namespace