Click or drag to resize

ActionArgumentsGetMostRecentLogEntry Method

Get most recent log entry for a property. Returns null if no entries can be found.

Namespace:  Omada.OE.Solution.OIM.AppLogic.SurveyFeature.PostActions
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public LogEntry GetMostRecentLogEntry(
	string property
)

Parameters

property
Type: SystemString

Return Value

Type: LogEntry
See Also