Click or drag to resize

LogEntryGetNewestEntry Method

Namespace:  Omada.OE.Solution.OIM.AppLogic.SurveyFeature
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public static LogEntry GetNewestEntry(
	string property,
	List<LogEntry> entries
)

Parameters

property
Type: SystemString
entries
Type: System.Collections.GenericListLogEntry

Return Value

Type: LogEntry
Returns null if no entry for the property can be found.
See Also