_AppDomain.FriendlyName Property

Definition

Provides COM objects with version-independent access to the FriendlyName property.

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

Property Value

The friendly name of this application domain.

Remarks

See the AppDomain.FriendlyName property.

Applies to