dbicCalendar Send comments on this topic.
Item Property
See Also 
dbicPIM Assembly > Dbi.PIM Namespace > dbiTaskCollection Class : Item Property

nIndex
Integer
Gets or sets the dbiTaskItem at a specific index value.

Syntax

Visual Basic (Declaration) 
Public Default Property Item( _
   ByVal nIndex As Integer _
) As dbiTaskItem
C# 
public dbiTaskItem this[ 
   int nIndex
]; {get; set;}

Parameters

nIndex
Integer

Property Value

dbiTaskItem

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also