Gets and sets a text message to be displayed when the message object is triggered. This parameter has effect on the message only if the Typeproperty is set to TYPE_TEXT or TYPE_SCRIPT.
JavaScript |
|
|
|
Text |
C# |
|
|
|
string Text { get; set; } |
C++ |
|
|
|
HRESULT Text([out, retval] BSTR* pVal) HRESULT Text([in] BSTR pVal) |