 | EventLogTargetCategory Property |
Gets or sets the layout that renders event Category.
Namespace:
NLog.Targets
Assembly:
NLog (in NLog.dll) Version: 6.0.0+cfb73701cda54e2410b006f649f072e90daef707
Syntaxpublic Layout<short>? Category { get; set; }
Public Property Category As Layout(Of Short)
Get
Set
Dim instance As EventLogTarget
Dim value As Layout(Of Short)
value = instance.Category
instance.Category = value
member Category : Layout<int16> with get, set
Property Value
Type:
LayoutInt16
RemarksDefault:
See Also