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


IConfigurationKeyword.KeywordType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IC > IConfigurationKeyword Interface > IConfigurationKeyword.KeywordType Property
ArcGIS Developer Help

IConfigurationKeyword.KeywordType Property

The type of the keyword.

[Visual Basic .NET]
Public ReadOnly Property KeywordType As esriConfigurationKeywordType
[C#]
public esriConfigurationKeywordType KeywordType {get;}
[C++]
HRESULT get_KeywordType(
  esriConfigurationKeywordType* KeywordType
);
[C++]
Parameters
KeywordType [out, retval]

KeywordType is a parameter of type esriConfigurationKeywordType*

Product Availability

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

See Also

IConfigurationKeyword Interface