Gets the SearchItemInfoCollection at the specified index in the collection.

In VB.Net, this property is the indexer for the SearchItemInfoCollection class.

Namespace: DotNetNuke.Services.Search
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public SearchItemInfo this[
	int index
] { get; set; }
Visual Basic
Public Default Property Item ( 
	index As Integer
) As SearchItemInfo
	Get
	Set

Parameters

index
Type: System..::..Int32

See Also