TrustRelationshipInformation.SourceName Property

Definition

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

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

Property Value

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

Applies to

See also