 | GroupByTargetWrapperKey Property |
Identifier to perform group-by
Namespace:
NLog.Targets.Wrappers
Assembly:
NLog (in NLog.dll) Version: 5.5.0+1873145cbc26e0312d9481234d69ce7dc68aac4e
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
See Also