ForestTrustDomainInfoCollection.Item[Int32] 属性
定义
获取此集合中的 ForestTrustDomainInformation 对象。Gets a ForestTrustDomainInformation object in this collection.
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 对象的从零开始的索引。The zero-based index of the ForestTrustDomainInformation object to get.
属性值
位于指定索引位置的 ForestTrustDomainInformation 对象。The ForestTrustDomainInformation object that exists at the specified index.