log4net SDK Documentation - Microsoft .NET Framework 4.0

IPlugin.Name Property

Gets the name of the plugin.

[Visual Basic]
Property Name As String
[C#]
string Name {get;}

Property Value

The name of the plugin.

Remarks

Plugins are stored in the PluginMap keyed by name. Each plugin instance attached to a repository must be a unique name.

See Also

IPlugin Interface | log4net.Plugin Namespace