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


ISqlKeywordDictionary.Count Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IS > ISqlKeywordDictionary Interface > ISqlKeywordDictionary.Count Property
ArcGIS Developer Help

ISqlKeywordDictionary.Count Property

Number of invalid field names.

[Visual Basic .NET]
Public Sub Count ( _
    ByRef reservedWordCount As Integer _
)
[C#]
public void Count (
    ref int reservedWordCount
);
[C++]
HRESULT get_Count(
  System.Int32* reservedWordCount
);
[C++]
Parameters
reservedWordCount [in]

reservedWordCount is a parameter of type long*

Product Availability

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

See Also

ISqlKeywordDictionary Interface