Click or drag to resize

EventLogElementSourceName Property

Gets or sets the name of the source as it appears in the Event Log.

Namespace:  Koden.Utils.Logger.ConfigFileSections
Assembly:  Koden.Utils.Logger (in Koden.Utils.Logger.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public string SourceName { get; set; }

Property Value

Type: String
The name of the source.
See Also