KeywordQueryProperties.Item property

Namespace:  Microsoft.SharePoint.Client.Search.Query
Assembly:  Microsoft.SharePoint.Client.Search (in Microsoft.SharePoint.Client.Search.dll)

Syntax

'Declaration
Public WriteOnly Property Item ( _
    key As String _
) As Object
    Set
'Usage
Dim instance As KeywordQueryProperties
Dim key As String
Dim value As Object

instance.Item(key) = value
public Object this[
    string key
] { set; }

Parameters

Property value

Type: System.Object

See also

Reference

KeywordQueryProperties class

KeywordQueryProperties members

Microsoft.SharePoint.Client.Search.Query namespace