Свойство ReorderingRuleCollection.Item
Пространство имен: Microsoft.Office.Server.Search.Query
Сборка: Microsoft.Office.Server.Search (в Microsoft.Office.Server.Search.dll)
Синтаксис
'Декларация
Public ReadOnly Default Property Item ( _
index As Integer _
) As ReorderingRule
Get
'Применение
Dim instance As ReorderingRuleCollection
Dim index As Integer
Dim value As ReorderingRule
value = instance(index)
public ReorderingRule this[
int index
] { get; }
Параметры
- index
Тип: System.Int32
Значение свойства
Тип: Microsoft.Office.Server.Search.Query.ReorderingRule
См. также
Справочные материалы
ReorderingRuleCollection класс