 | W3CExtendedLogFieldLayout Property |
Gets or sets the layout of the field.
Namespace:
NLog.Web.Layouts
Assemblies:
NLog.Web.AspNetCore (in NLog.Web.AspNetCore.dll) Version: 5.5.0+9fe9421708749962bac8393d7cec5df976518ccb
NLog.Web (in NLog.Web.dll) Version: 5.5.0+9fe9421708749962bac8393d7cec5df976518ccb
Syntaxpublic Layout Layout { get; set; }
Public Property Layout As Layout
Get
Set
Dim instance As W3CExtendedLogField
Dim value As Layout
value = instance.Layout
instance.Layout = value
member Layout : Layout with get, set
Property Value
Type:
Layout
See Also