The text string.
[Visual Basic .NET] Public Property Text As String
[C#] public string Text {get; set;}
[C++]
HRESULT get_Text(
BSTR* pText
);
[C++]
HRESULT put_Text(
BSTR pText
);
[C++]Parameters
pText [out, retval] pText is a parameter of type BSTR pText [in] pText is a parameter of type BSTR
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.