Share via


QueryProperties.Item property

NOTE: This API is now obsolete.

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

Syntax

'Declaration
<ObsoleteAttribute("This class is obsolete.")> _
Public Default Property Item ( _
    key As String _
) As Object
    Get
    Set
'Usage
Dim instance As QueryProperties
Dim key As String
Dim value As Object

value = instance(key)

instance(key) = value
[ObsoleteAttribute("This class is obsolete.")]
public Object this[
    string key
] { get; set; }

Parameters

Property value

Type: System.Object

Implements

IPropertyCollection.Item[String]

See also

Reference

QueryProperties class

QueryProperties members

Microsoft.SharePoint.Search.Query namespace