 | LoggerSourceNameForEventLog Property |
Gets or sets a value indicating the source name to use for event log logging.
Namespace:
Koden.Utils.Logger
Assembly:
Koden.Utils.Logger (in Koden.Utils.Logger.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string SourceNameForEventLog { get; set; }
Public Property SourceNameForEventLog As String
Get
Set
public:
virtual property String^ SourceNameForEventLog {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract SourceNameForEventLog : string with get, set
override SourceNameForEventLog : string with get, set
Property Value
Type:
Stringtrue if [source name for event log]; otherwise,
false.
Implements
ILoggerSourceNameForEventLog
See Also