| AspNetItemValueLayoutRendererEvaluateAsNestedProperties Property |
Note: This API is now obsolete.
Gets or sets whether the Item string with a dot are evaluated as properties or not
If ObjectPath is not null, the Item should have no dot notation and nested properties will be automatically
invoked since ObjectPath is set
Namespace:
NLog.Web.LayoutRenderers
Assemblies:
NLog.Web.AspNetCore (in NLog.Web.AspNetCore.dll) Version: 5.3.13+628b0876960af3ee3454c99b7985dbb5e1c46bf0
NLog.Web (in NLog.Web.dll) Version: 5.3.13+628b0876960af3ee3454c99b7985dbb5e1c46bf0
Syntax [ObsoleteAttribute("Instead use ObjectPath-property. Marked obsolete with NLog.Web 5.2")]
public bool EvaluateAsNestedProperties { get; set; }
<ObsoleteAttribute("Instead use ObjectPath-property. Marked obsolete with NLog.Web 5.2")>
Public Property EvaluateAsNestedProperties As Boolean
Get
Set
Dim instance As AspNetItemValueLayoutRenderer
Dim value As Boolean
value = instance.EvaluateAsNestedProperties
instance.EvaluateAsNestedProperties = value
[<ObsoleteAttribute("Instead use ObjectPath-property. Marked obsolete with NLog.Web 5.2")>]
member EvaluateAsNestedProperties : bool with get, set
Property Value
Type:
BooleanSee Also