 | 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)
Syntaxpublic string SourceName { get; set; }Public Property SourceName As String
Get
Set
public:
property String^ SourceName {
String^ get ();
void set (String^ value);
}member SourceName : string with get, set
Property Value
Type:
String
The name of the source.
See Also