TopLevelNameCollection.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.
La Item[Int32] propriété obtient un TopLevelName objet dans cette collection.
public:
property System::DirectoryServices::ActiveDirectory::TopLevelName ^ default[int] { System::DirectoryServices::ActiveDirectory::TopLevelName ^ get(int index); };
public System.DirectoryServices.ActiveDirectory.TopLevelName this[int index] { get; }
member this.Item(int) : System.DirectoryServices.ActiveDirectory.TopLevelName
Default Public ReadOnly Property Item(index As Integer) As TopLevelName
Paramètres
- index
- Int32
Index de base zéro de l’objet TopLevelName à obtenir.
Valeur de propriété
TopLevelName Situé à l’index spécifié.
Exceptions
Le index paramètre spécifié est hors plage de la collection.