 | RegexReplaceLayoutRendererWrapperReplaceGroupName Property |
Gets or sets the group name to replace when using regular expressions.
Leave null or empty to replace without using group name.
Namespace:
NLog.LayoutRenderers.Wrappers
Assembly:
NLog.RegEx (in NLog.RegEx.dll) Version: 6.0.3+e276e1969a52b8ecc5cc84c1670a516efea0cb19
Syntaxpublic string? ReplaceGroupName { get; set; }Public Property ReplaceGroupName As String
Get
Set
Dim instance As RegexReplaceLayoutRendererWrapper
Dim value As String
value = instance.ReplaceGroupName
instance.ReplaceGroupName = value
member ReplaceGroupName : string with get, set
Property Value
Type:
StringThe group name.
See Also