 | 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; }<ObsoleteAttribute("Replaced by Inner. Marked obsolete with NLog 2.0")>
Public Property Text As Layout
Get
Set
Dim instance As Rot13LayoutRendererWrapper
Dim value As Layout
value = instance.Text
instance.Text = value[<ObsoleteAttribute("Replaced by Inner. Marked obsolete with NLog 2.0")>]
member Text : Layout with get, set
Property Value
Type:
LayoutThe layout to be wrapped.
RemarksThis variable is for backwards compatibility
See Also