Text
A text message to be displayed once the message object is
triggered. This parameter has effect on the message only if the
Type property is set to TYPE_TEXT or TYPE_SCRIPT.
C#
|
|
|
|
|
string Text { get;
set; }
|
C++
|
|
|
|
|
HRESULT Text([out,
retval] BSTR* pVal)
HRESULT Text([in]
BSTR pVal)
|