TrustRelationshipInformation.TrustType Property

Definition

Obtains the TrustType object of the trust relationship.

public:
 property System::DirectoryServices::ActiveDirectory::TrustType TrustType { System::DirectoryServices::ActiveDirectory::TrustType get(); };
public System.DirectoryServices.ActiveDirectory.TrustType TrustType { get; }
member this.TrustType : System.DirectoryServices.ActiveDirectory.TrustType
Public ReadOnly Property TrustType As TrustType

Property Value

A TrustType value that represents the type of the trust relationship.

Applies to

See also