ArcObjects Library Reference (GeoDatabase)  

IItemInfo.TypeKeywords Property

The keywords of a type of the item.

[Visual Basic .NET]
Public Property TypeKeywords As IStringArray
[C#]
public IStringArray TypeKeywords {get; set;}
[C++]
HRESULT get_TypeKeywords(
  IStringArray** ppKeywords
);
[C++]
HRESULT put_TypeKeywords(
  IStringArray* ppKeywords
);
[C++]

Parameters

ppKeywords [out, retval]

  ppKeywords is a parameter of type IStringArray

ppKeywords [in]

  ppKeywords is a parameter of type IStringArray

Product Availability

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

See Also

IItemInfo Interface