Click or drag to resize

Rot13LayoutRendererWrapperText Property

Note: This API is now obsolete.

Gets or sets the layout to be wrapped.

Namespace:  NLog.LayoutRenderers.Wrappers
Assembly:  NLog (in NLog.dll) Version: 6.0.0+cfb73701cda54e2410b006f649f072e90daef707
Syntax
[ObsoleteAttribute("Replaced by Inner. Marked obsolete with NLog 2.0")]
public Layout Text { get; set; }

Property Value

Type: Layout
The layout to be wrapped.
Remarks
This variable is for backwards compatibility
See Also