dbicCalendar Send comments on this topic.
dbiTaskItem Constructor(String,String)
See Also 
dbicPIM Assembly > Dbi.PIM Namespace > dbiTaskItem Class > dbiTaskItem Constructor : dbiTaskItem Constructor(String,String)

strSubject
The name of the task.
strEntryID
The EntryID of the task.
Initializes a new instance of the dbiTaskItem class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal strSubject As String, _
   ByVal strEntryID As String _
)
C# 
public dbiTaskItem( 
   string strSubject,
   string strEntryID
)

Parameters

strSubject
The name of the task.
strEntryID
The EntryID of the task.

Requirements

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

See Also