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