summaryP:DotNetNuke.Services.Log.EventLog.LogInfoArray.Item(System.Int32)

Namespace: DotNetNuke.Services.Log.EventLog
Assembly: 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

Implements

IList..::..Item[([( Int32])])

See Also