This document is archived and information here might be outdated.  Recommended version.


IItemInfo.Tags Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > II > IItemInfo Interface > IItemInfo.Tags Property
ArcGIS Developer Help

IItemInfo.Tags Property

Tags of the item.

[Visual Basic .NET]
Public Property Tags As IStringArray
[C#]
public IStringArray Tags {get; set;}
[C++]
HRESULT get_Tags(
  IStringArray** ppTags
);
[C++]
HRESULT put_Tags(
  IStringArray* ppTags
);
[C++]
Parameters
ppTags [out, retval]

ppTags is a parameter of type IStringArray** ppTags [in]
ppTags is a parameter of type IStringArray*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IItemInfo Interface