Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- key
Type: System.String
Property value
Type: System.Object
Implements
IReadOnlyPropertyCollection.Item[String]