 | EventPropertiesLayoutRendererObjectPath Property |
Gets or sets the object-property-navigation-path for lookup of nested property
Namespace:
NLog.LayoutRenderers
Assembly:
NLog (in NLog.dll) Version: 6.0.0+cfb73701cda54e2410b006f649f072e90daef707
Syntaxpublic string ObjectPath { get; set; }Public Property ObjectPath As String
Get
Set
Dim instance As EventPropertiesLayoutRenderer
Dim value As String
value = instance.ObjectPath
instance.ObjectPath = value
member ObjectPath : string with get, set
Property Value
Type:
String
RemarksDefault: Empty
See Also