NameResolutionCollection.Item[Int32] 属性

定义

获取指定索引处的名称解析。

public:
 property Microsoft::Exchange::WebServices::Data::NameResolution ^ default[int] { Microsoft::Exchange::WebServices::Data::NameResolution ^ get(int index); };
public Microsoft.Exchange.WebServices.Data.NameResolution this[int index] { get; }
Default Public ReadOnly Property Item(index As Integer) As NameResolution

参数

index
Int32

名称解析的索引。

属性值

指定索引处的名称解析。

适用于