Text

If the DynamicType is DYNAMIC_TEXT_LABEL, this is the text of the label that follows the dynamic object route (valid only for DYNAMIC_TEXT_LABEL DynamicType).

 

JavaScript

 

 

 

Text

 

C#

 

 

 

string Text { get; set; }

 

C++

 

 

 

HRESULT Text([out, retval] BSTR* pVal)

HRESULT Text([in] BSTR pVal)