summaryP:DotNetNuke.Services.Log.EventLog.LogInfoArray.Item(System.Int32)
Namespace: DotNetNuke.Services.Log.EventLogAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
| C# |
|---|
public Object this[ int index ] { get; set; } |
| Visual Basic |
|---|
Public Default Property Item ( index As Integer ) As Object Get Set |
Parameters
- index
- Type: System..::..Int32