Forest.GetTrustRelationship(String) Method

Definition

Gets the trust relationship between this forest and the specified forest.

public:
 System::DirectoryServices::ActiveDirectory::ForestTrustRelationshipInformation ^ GetTrustRelationship(System::String ^ targetForestName);
public System.DirectoryServices.ActiveDirectory.ForestTrustRelationshipInformation GetTrustRelationship (string targetForestName);
member this.GetTrustRelationship : string -> System.DirectoryServices.ActiveDirectory.ForestTrustRelationshipInformation
Public Function GetTrustRelationship (targetForestName As String) As ForestTrustRelationshipInformation

Parameters

targetForestName
String

The name of the Forest object for which the trust relationship information is to be obtained.

Returns

A ForestTrustRelationshipInformation object that represents the trust relationship between this forest and the specified forest.

Exceptions

There is no trust relationship with the Forest that is specified by targetForestName.

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

The target server is either busy or unavailable.

targetForestName is an empty string.

targetForestName is null.

The current object has been disposed.

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

Applies to

See also