log4net SDK Reference

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