NameResolutionCollection.Item[Int32] Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient la résolution de noms à l’index spécifié.
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
Paramètres
- index
- Int32
Index de la résolution de noms.
Valeur de propriété
Résolution de noms à l’index spécifié.