Domain.GetTrustRelationship(String) Method

Definition

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

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

Parameters

targetDomainName
String

The DNS name of the domain with which the trust relationship exists.

Returns

A TrustRelationshipInformation object that represents the trust relationship between this domain and the specified domain.

Exceptions

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

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

The target server is either busy or unavailable.

targetDomainName is an empty string.

targetDomainName is null.

The current object has been disposed.

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

Applies to

See also