summaryT:DotNetNuke.Services.Log.EventLog.LogInfoArray
Namespace: DotNetNuke.Services.Log.EventLogAssembly: 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 |