ItemCollectionTItemItem - свойство |
Gets the item at the specified index.
Пространство имён:
Tessa.Exchange.WebServices.Data
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис public TItem this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As TItem
Get
public:
property TItem default[int index] {
TItem get (int index);
}
member Item : 'TItem with get
Параметры
- index
- Тип: SystemInt32
The zero-based index of the item to get.
Возвращаемое значение
Тип:
TItemThe item at the specified index.
См. также