Description
-
Holds full text of the message (even with HTML).
Property type
-
A String value.
Syntax
-
object.Text [= value]
The Text Property syntax has these parts:
| object |
An expression evaluating to an object
of type UpdMessage. |
| value |
A String value. |
Remarks
-
Holds full message text, in format of your choice (all
text must remain on the same line). You can put HTML, XML
or plain text data here. Typically this is information you
will show to your end-users.
wodAppUpdate doesn't use this information
internally. It's up to you to decide what to do about
it.
|