Свойство QueryRuleCollection.Item (String)
Пространство имен: Microsoft.Office.Server.Search.Query.Rules
Сборка: Microsoft.Office.Server.Search (в Microsoft.Office.Server.Search.dll)
Синтаксис
'Декларация
Public ReadOnly Default Property Item ( _
displayName As String _
) As IList(Of QueryRule)
Get
'Применение
Dim instance As QueryRuleCollection
Dim displayName As String
Dim value As IList(Of QueryRule)
value = instance(displayName)
public IList<QueryRule> this[
string displayName
] { get; }
Параметры
- displayName
Тип: System.String
Значение свойства
Тип: System.Collections.Generic.IList<QueryRule>
См. также
Справочные материалы
Пространство имен Microsoft.Office.Server.Search.Query.Rules