| 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.