Gets the SearchContentModuleInfoCollection at the specified index in the collection.
Namespace: DotNetNuke.Services.SearchIn VB.Net, this property is the indexer for the SearchContentModuleInfoCollection class.
Assembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public SearchContentModuleInfo this[ int index ] { get; set; } |
Visual Basic |
---|
Public Default Property Item ( index As Integer ) As SearchContentModuleInfo Get Set |
Parameters
- index
- Type: System..::..Int32