DomainCollection.Item[Int32] Propriedade
Definição
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
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.