DomainCollection.Item[Int32] Propriedade

Definição

Obtém um objeto Domain nesta coleção.Gets a Domain object in this collection.

public:
 property System::DirectoryServices::ActiveDirectory::Domain ^ default[int] { System::DirectoryServices::ActiveDirectory::Domain ^ get(int index); };
public System.DirectoryServices.ActiveDirectory.Domain this[int index] { get; }
member this.Item(int) : System.DirectoryServices.ActiveDirectory.Domain
Default Public ReadOnly Property Item(index As Integer) As Domain

Parâmetros

index
Int32

O índice baseado em zero do objeto Domain a ser obtido.The zero-based index of the Domain object to get.

Valor da propriedade

Domain

O Domain objeto que existe no índice especificado.The Domain object that exists at the specified index.

Exceções

O index especificado está fora do intervalo da coleção.The index specified is out of range of the collection.

Aplica-se a

Confira também