This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITagAction Interface > ITagAction.TagText Property (ArcObjects .NET 10.5 SDK) |
The text tag to be appended to the data message.
[Visual Basic .NET] Public Property TagText As String
[C#] public string TagText {get; set;}
[C++]
HRESULT get_TagText(
BSTR* pTagText
);
[C++]
HRESULT put_TagText(
BSTR pTagText
);
[C++]
Parameters pTagText [out, retval] pTagText is a parameter of type BSTR pTagText [in] pTagText is a parameter of type BSTR