QueryProperties.IReadOnlyPropertyCollection.Item property

Namespace:  Microsoft.Office.Server.Search.Query
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
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)
ObjectIReadOnlyPropertyCollection.this[
    string key
] { get; }

Parameters

Property value

Type: System.Object

Implements

IReadOnlyPropertyCollection.Item[String]

See also

Reference

QueryProperties class

QueryProperties members

Microsoft.Office.Server.Search.Query namespace