summaryT:DotNetNuke.Services.Log.EventLog.LogInfoArray

Namespace: DotNetNuke.Services.Log.EventLog
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
[SerializableAttribute]
[ObsoleteAttribute("Deprecated in 6.0. Replaced by List<LogInfo>.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public class LogInfoArray : IEnumerable, 
	IList, ICollection
Visual Basic
<SerializableAttribute>
<ObsoleteAttribute("Deprecated in 6.0. Replaced by List<LogInfo>.")> 
<EditorBrowsableAttribute(EditorBrowsableState.Never)> 
Public Class LogInfoArray
	Implements IEnumerable, IList, ICollection

Inheritance Hierarchy

System..::..Object
  DotNetNuke.Services.Log.EventLog..::..LogInfoArray

See Also