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