QueryProperties.IReadOnlyPropertyCollection.Item-Eigenschaft
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; }
Parameter
- key
Typ: System.String
Eigenschaftswert
Typ: System.Object
Implementiert
IReadOnlyPropertyCollection.Item[String]