_AppDomain::FriendlyName Property

 

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

Namespace:   System
Assembly:  mscorlib (in mscorlib.dll)

property String^ FriendlyName {
	String^ get();
}

Property Value

Type: System::String^

The friendly name of this application domain.

.NET Framework
Available since 1.1
Return to top
Show: