Share via


QueryContext.AddValue 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")> _
Sub AddValue ( _
    key As String, _
    value As String _
)
'Usage
Dim instance As QueryContext
Dim key As String
Dim value As String

instance.AddValue(key, value)
[ObsoleteAttribute("This interface should not be used")]
void AddValue(
    string key,
    string value
)

Parameters

See Also

Reference

QueryContext Interface

QueryContext Members

Microsoft.SharePoint.Search.Extended.Administration.Keywords Namespace