Forest.GetAllTrustRelationships Method

Definition

Gets a collection of the trust relationships of the current forest.

public:
 System::DirectoryServices::ActiveDirectory::TrustRelationshipInformationCollection ^ GetAllTrustRelationships();
public System.DirectoryServices.ActiveDirectory.TrustRelationshipInformationCollection GetAllTrustRelationships ();
member this.GetAllTrustRelationships : unit -> System.DirectoryServices.ActiveDirectory.TrustRelationshipInformationCollection
Public Function GetAllTrustRelationships () As TrustRelationshipInformationCollection

Returns

A TrustRelationshipInformationCollection collection that contains TrustRelationshipInformation objects that represents trust relationships of the current Forest.

Exceptions

A call to the underlying directory service resulted in an error.

The target server is either busy or unavailable.

The object has been disposed.

The specified account does not have permission to perform this operation.

Applies to

See also