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


IConfigurationKeyword2.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 > IConfigurationKeyword2 Interface > IConfigurationKeyword2.KeywordType Property
ArcGIS Developer Help

IConfigurationKeyword2.KeywordType Property

The type of the keyword.

[Visual Basic .NET]
Public WriteOnly Property KeywordType_2
[C#]
public void KeywordType_2 {set;}
[C++]
HRESULT put_KeywordType(
  esriConfigurationKeywordType 
);
[C++]
Parameters
 [in]

is a parameter of type esriConfigurationKeywordType

Product Availability

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

See Also

IConfigurationKeyword2 Interface