Forest.GetAllTrustRelationships Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.