Gets the SearchResultsInfoCollection at the specified index in the collection.
Namespace: DotNetNuke.Services.SearchIn VB.Net, this property is the indexer for the SearchResultsInfoCollection class.
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