Item |
Scroll |
Gets or sets the field number (integer) with the specified index.
Namespace: Therefore.API
Visual Basic Public Overridable Default Property Item ( _ nIndex As Integer _ ) As Integer C# public virtual int this [int nIndex] { get; set;}
Parameters nIndex Zero-based index in the condition list.
Property Value Field number with the specified nIndex. |
|