| DiagnosticListenerTargetEventName Property |
Namespace:
NLog.Targets
Assembly:
NLog.DiagnosticSource (in NLog.DiagnosticSource.dll) Version: 5.2.1+a54f7fe24a23b4dc9ee731cf22586ac0ca2d167b
Syntax public Layout EventName { get; set; }
Public Property EventName As Layout
Get
Set
Dim instance As DiagnosticListenerTarget
Dim value As Layout
value = instance.EventName
instance.EventName = value
member EventName : Layout with get, set
Property Value
Type:
LayoutSee Also