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

名前解決のインデックス。

プロパティ値

指定したインデックスでの名前解決。

適用対象