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:  [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.asmx?wsdl

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

Statusing Web Service