ForestTrustDomainInfoCollection.Item[Int32] Proprietà

Definizione

Ottiene un ForestTrustDomainInformation oggetto nell'insieme.

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

Parametri

index
Int32

Indice in base zero dell'oggetto ForestTrustDomainInformation da ottenere.

Valore della proprietà

Oggetto ForestTrustDomainInformation esistente in corrispondenza dell'indice specificato.

Si applica a

Vedi anche