StatusingDataSet.TasksRow.TASK_RTF_NOTES Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Représente les notes associées à la tâche spécifiée et stockées au format RTF.
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()
Valeur de propriété
Remarques
Le format RTF (Rich Text Format) est compatible avec Microsoft Word, Microsoft WordPad et d’autres programmes de traitement de texte.