Share via


StatusingDataSet.TasksRow.TASK_RTF_NOTES property

Represents notes that are associated with the specified task, and that are stored in Rich Text Format.

Namespace:  WebSvcStatusing
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Property TASK_RTF_NOTES As Byte()
    Get
    Set
'Usage
Dim instance As StatusingDataSet.TasksRow
Dim value As Byte()

value = instance.TASK_RTF_NOTES

instance.TASK_RTF_NOTES = value
public byte[] TASK_RTF_NOTES { get; set; }

Property value

Type: []

Remarks

Rich Text Format (RTF) is compatible with Microsoft Word, Microsoft WordPad, and other word processing programs.

See also

Reference

StatusingDataSet.TasksRow class

StatusingDataSet.TasksRow members

WebSvcStatusing namespace