GlobalCatalogCollection.Item[Int32] Propiedad
Definición
Obtiene un objeto GlobalCatalog de esta colección.Gets a GlobalCatalog object in this collection.
public:
property System::DirectoryServices::ActiveDirectory::GlobalCatalog ^ default[int] { System::DirectoryServices::ActiveDirectory::GlobalCatalog ^ get(int index); };
public System.DirectoryServices.ActiveDirectory.GlobalCatalog this[int index] { get; }
member this.Item(int) : System.DirectoryServices.ActiveDirectory.GlobalCatalog
Default Public ReadOnly Property Item(index As Integer) As GlobalCatalog
Parámetros
- index
- Int32
Índice de base cero del objeto GlobalCatalog que se va a obtener.The zero-based index of the GlobalCatalog object to get.
Valor de propiedad
Objeto GlobalCatalog que existe en el índice especificado.The GlobalCatalog object that exists at the specified index.
Excepciones
El objeto index
especificado está fuera del intervalo de la colección.The index
specified is out of range of the collection.