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


INameMapping2.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 > INameMapping2 Interface > INameMapping2.ConfigKeyword Property
ArcGIS Developer Help

INameMapping2.ConfigKeyword Property

The configuration keyword for the data transfer.

[Visual Basic .NET]
Public ReadOnly Property ConfigKeyword_2 As String
[C#]
public string ConfigKeyword_2 {get;}
[C++]
HRESULT get_ConfigKeyword(
  System.String* keyword
);
[C++]
Parameters
keyword [out, retval]

keyword is a parameter of type BSTR*

Product Availability

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

See Also

INameMapping2 Interface