Click or drag to resize

ObjectPathRendererWrapperTryGetPropertyValue Method

Lookup property-value from source object based on ObjectPath

Namespace:  NLog.LayoutRenderers.Wrappers
Assembly:  NLog (in NLog.dll) Version: 6.0.0+cfb73701cda54e2410b006f649f072e90daef707
Syntax
public bool TryGetPropertyValue(
	Object sourceObject,
	out Object?? propertyValue
)

Parameters

sourceObject
Type: SystemObject
propertyValue
Type: SystemObject

Return Value

Type: Boolean
Could resolve property-value?
See Also