ApplicationPartitionCollection.Item[Int32] Propriedade

Definição

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

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

Parâmetros

index
Int32

O índice de base zero do objeto ApplicationPartition a ser obtido.The zero-based index of the ApplicationPartition object to get.

Valor da propriedade

ApplicationPartition

O ApplicationPartition objeto que existe no índice especificado.The ApplicationPartition 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