Get this application's friendly name
Namespace: log4net.UtilAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Property Value
Type: StringThe friendly name of this application as a string
Remarks
If available the name of the application is retrieved from the AppDomain using AppDomain.CurrentDomain.FriendlyName.
Otherwise the file name of the entry assembly is used.
See Also