ForestTrustRelationshipInformation Class

Definition

The ForestTrustRelationshipInformation class contains information about a trust relationship between two Forest objects.

public ref class ForestTrustRelationshipInformation : System::DirectoryServices::ActiveDirectory::TrustRelationshipInformation
public class ForestTrustRelationshipInformation : System.DirectoryServices.ActiveDirectory.TrustRelationshipInformation
type ForestTrustRelationshipInformation = class
    inherit TrustRelationshipInformation
Public Class ForestTrustRelationshipInformation
Inherits TrustRelationshipInformation
Inheritance
ForestTrustRelationshipInformation

Properties

ExcludedTopLevelNames

Gets the excluded top-level names in the ForestTrustRelationshipInformation object.

SourceName

Obtains the name of the source Domain or Forest objects for this trust relationship.

(Inherited from TrustRelationshipInformation)
TargetName

Obtains the name of the target Domain or Forest objects for this trust relationship.

(Inherited from TrustRelationshipInformation)
TopLevelNames

Gets the top-level names in the ForestTrustRelationshipInformation object.

TrustDirection

Obtains the TrustDirection objects for this trust relationship relative to the Domain or Forest objects that created the trust.

(Inherited from TrustRelationshipInformation)
TrustedDomainInformation

Gets the trusted domain information for this ForestTrustDomainInformation object.

TrustType

Obtains the TrustType object of the trust relationship.

(Inherited from TrustRelationshipInformation)

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
Save()

Commits any changes to the ForestTrustRelationshipInformation properties to the Active Directory Domain Services store.

ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to

See also