ArcObjects Library Reference (GeoDatabase)  

IDEDataset2.ConfigurationKeyword Property

Configuration keyword.

[Visual Basic .NET]
Public Property ConfigurationKeyword As String
[C#]
public string ConfigurationKeyword {get; set;}
[C++]
HRESULT get_ConfigurationKeyword(
  BSTR* keyword
);
[C++]
HRESULT put_ConfigurationKeyword(
  BSTR keyword
);
[C++]

Parameters

keyword [out, retval]   keyword is a parameter of type BSTR keyword [in]   keyword is a parameter of type BSTR

Product Availability

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

See Also

IDEDataset2 Interface