TrustRelationshipInformation.TargetName Property

Definition

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

public:
 property System::String ^ TargetName { System::String ^ get(); };
public string TargetName { get; }
public string? TargetName { get; }
member this.TargetName : string
Public ReadOnly Property TargetName As String

Property Value

A string that contains the name of the target Domain or Forest objects for this trust relationship.

Applies to

See also