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


INameMapping.ConfigKeyword Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INameMapping Interface > INameMapping.ConfigKeyword Property
ArcGIS Developer Help

INameMapping.ConfigKeyword Property

The configuration keyword (for the data transfer).

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

is a parameter of type BSTR

Product Availability

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

See Also

INameMapping Interface