StatusingDataSet.TasksRow.TASK_RTF_NOTES Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents notes that are associated with the specified task, and that are stored in Rich Text Format.
public:
property cli::array <System::Byte> ^ TASK_RTF_NOTES { cli::array <System::Byte> ^ get(); void set(cli::array <System::Byte> ^ value); };
public byte[] TASK_RTF_NOTES { get; set; }
member this.TASK_RTF_NOTES : byte[] with get, set
Public Property TASK_RTF_NOTES As Byte()
Property Value
Remarks
Rich Text Format (RTF) is compatible with Microsoft Word, Microsoft WordPad, and other word processing programs.