OrderByCollectionItem - свойство |
Gets the element at the specified index from the collection.
Пространство имён:
Tessa.Exchange.WebServices.Data
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис public KeyValuePair<PropertyDefinitionBase, SortDirection> this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As KeyValuePair(Of PropertyDefinitionBase, SortDirection)
Get
public:
property KeyValuePair<PropertyDefinitionBase^, SortDirection> default[int index] {
KeyValuePair<PropertyDefinitionBase^, SortDirection> get (int index);
}
member Item : KeyValuePair<PropertyDefinitionBase, SortDirection> with get
Параметры
- index
- Тип: SystemInt32
Index.
Значение свойства
Тип:
KeyValuePairPropertyDefinitionBase,
SortDirectionСм. также