Свойство QueryProperties.IReadOnlyPropertyCollection.Item
Пространство имен: Microsoft.Office.Server.Search.Query
Сборка: Microsoft.Office.Server.Search (в Microsoft.Office.Server.Search.dll)
Синтаксис
'Декларация
Private ReadOnly Property Item ( _
key As String _
) As Object Implements IReadOnlyPropertyCollection.Item
Get
'Применение
Dim instance As QueryProperties
Dim key As String
Dim value As Object
value = CType(instance, IReadOnlyPropertyCollection).Item(key)
ObjectIReadOnlyPropertyCollection.this[
string key
] { get; }
Параметры
- key
Тип: System.String
Значение свойства
Тип: System.Object
Реализации
IReadOnlyPropertyCollection.Item[String]