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