Share via


QueryProperties.IReadOnlyPropertyCollection.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.")> _
Private ReadOnly Property Item ( _
    key As String _
) As Object Implements IReadOnlyPropertyCollection.Item
    Get
'Usage
Dim instance As QueryProperties
Dim key As String
Dim value As Object

value = CType(instance, IReadOnlyPropertyCollection).Item(key)
[ObsoleteAttribute("This class is obsolete.")]
ObjectIReadOnlyPropertyCollection.this[
    string key
] { get; }

Parameters

Property value

Type: System.Object

Implements

IReadOnlyPropertyCollection.Item[String]

See also

Reference

QueryProperties class

QueryProperties members

Microsoft.SharePoint.Search.Query namespace