NameResolutionCollection.Item[Int32] Property

Definition

Gets the name resolution at the specified index.

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

Parameters

index
Int32

The index of the name resolution.

Property Value

The name resolution at the specified index.

Applies to