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


ISqlKeywordDictionary.Name 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.Name Property
ArcGIS Developer Help

ISqlKeywordDictionary.Name Property

Provides access to members that maintain a list of SQL Keywords.

[Visual Basic .NET]
Public WriteOnly Property Name
[C#]
public void Name {set;}
[C++]
HRESULT put_Name(
  BSTR 
);
[C++]
Parameters
 [in]

is a parameter of type BSTR

Product Availability

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

See Also

ISqlKeywordDictionary Interface