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

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

Syntax

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

Parameters

strSubject
The name of the task.

Requirements

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

See Also