Domain.GetAllTrustRelationships Method

Definition

Retrieves all of the trust relationships for this domain.

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 object that contains all of the trust relationships for this domain.

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