ArcObjects Library Reference (GeoDatabase)  

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(
  BSTR* 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