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