ChangeCollectionTChangeItem - свойство
Gets an individual change from the change collection.
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
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 Int32
- Zero-based index.
TChangeAn single change.