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