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