NameResolutionCollectionItem - свойство
Gets the name resolution at the specified index.
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
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 Int32
- The index of the name resolution to get.
NameResolutionThe name resolution at the speicfied index.