ForestTrustDomainInfoCollection.Item[Int32] Свойство

Определение

Получает объект ForestTrustDomainInformation из данной коллекции.

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

Параметры

index
Int32

Отсчитываемый от нуля индекс возвращаемого объекта ForestTrustDomainInformation.

Значение свойства

Объект ForestTrustDomainInformation по указанному индексу.

Применяется к

См. также раздел