Item |
Scroll |
Gets or sets the TheFullTextQueryResultRow item with the specified index.
Namespace: Therefore.API
Visual Basic Public Overridable Default ReadOnly Property Item ( _ nIndex As Integer _ ) As TheFullTextQueryResultRow C# public virtual TheFullTextQueryResultRow this [int nIndex] { get; }
ParametersnIndex Zero-based index.
Property ValueThe TheFullTextQueryResultRow item with the specified index.
|
|