This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IE > IEditTemplate Interface > IEditTemplate.Tags Property (ArcObjects .NET 10.4 SDK) |
The tags of the item.
[Visual Basic .NET] Public Property Tags As String
[C#] public string Tags {get; set;}
[C++]
HRESULT get_Tags(
BSTR* Tags
);
[C++]
HRESULT put_Tags(
BSTR Tags
);
[C++]
Parameters Tags [out, retval] Tags is a parameter of type BSTR Tags [in] Tags is a parameter of type BSTR
Set or return the tags for the template. Multiple tags are comma delimited.