Gets the SearchResultsInfoCollection at the specified index in the collection.

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

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

Syntax

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

Parameters

index
Type: System..::..Int32

See Also