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
- key
Type: System.String
Property value
Type: System.Object