 | DiagnosticListenerTargetSourceName Property |
Namespace:
NLog.Targets
Assembly:
NLog.DiagnosticSource (in NLog.DiagnosticSource.dll) Version: 5.2.2+714a927fcb4e604c56ae270ae277f5e8ef563ac5
Syntaxpublic Layout SourceName { get; set; }
Public Property SourceName As Layout
Get
Set
Dim instance As DiagnosticListenerTarget
Dim value As Layout
value = instance.SourceName
instance.SourceName = value
member SourceName : Layout with get, set
Property Value
Type:
Layout
See Also