 | ILoggerSourceNameForEventLog Property |
Gets or sets the source name for event log.
Namespace:
Koden.Utils.Interfaces
Assembly:
Koden.Utils (in Koden.Utils.dll) Version: 1.1.6453.26060
Syntaxstring SourceNameForEventLog { get; set; }
Property SourceNameForEventLog As String
Get
Set
property String^ SourceNameForEventLog {
String^ get ();
void set (String^ value);
}
abstract SourceNameForEventLog : string with get, set
Property Value
Type:
String
The source name for event log.
See Also