ProjectDataSet.TaskRow::TASK_NOTES property
Office 2013 and later
Contains the text value of user-entered notes for the task.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Read-only. Task notes that are entered in Project Professional are stored as RTF (rich text format) binary data in the TASK_RTF_NOTES field of the MSP_TASKS table of the Draft database and the Published database. The first 255 characters are also stored in the TASK_NOTES field for programmatic access. You can use ReadProject or ReadProjectEntities to return a ProjectDataSet with the TASK_NOTES property. The Reporting database does not include task notes.
Note |
|---|
If you add a newline character or format the task notes in Project Professional to use bullets, Project does not include the bulleted text or text following a newline in TASK_NOTES. |
Show:
Note