ArcObjects Library Reference (GeoDatabase)  

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