ChangeCollectionTChangeItem - свойство |
Gets an individual change from the change collection.
Пространство имён:
Tessa.Exchange.WebServices.Data
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис public TChange this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As TChange
Get
public:
property TChange default[int index] {
TChange get (int index);
}
member Item : 'TChange with get
Параметры
- index
- Тип: SystemInt32
Zero-based index.
Возвращаемое значение
Тип:
TChangeAn single change.
См. также