This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IC > IConfigurationKeyword Interface > IConfigurationKeyword.KeywordType Property (ArcObjects .NET 10.5 SDK) |
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
IConfigurationKeyword Interface