 | GroupByTargetWrapperKey Property |
Identifier to perform group-by
Namespace:
NLog.Targets.Wrappers
Assembly:
NLog (in NLog.dll) Version: 6.0.0+cfb73701cda54e2410b006f649f072e90daef707
Syntaxpublic Layout Key { get; set; }
Public Property Key As Layout
Get
Set
Dim instance As GroupByTargetWrapper
Dim value As Layout
value = instance.Key
instance.Key = value
member Key : Layout with get, set
Property Value
Type:
Layout
Remarks[Required] Default:
Empty
See Also