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


IDEDataset2.ConfigurationKeyword Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDEDataset2 Interface > IDEDataset2.ConfigurationKeyword Property
ArcGIS Developer Help

IDEDataset2.ConfigurationKeyword Property

Configuration keyword.

[Visual Basic .NET]
Public Property ConfigurationKeyword As String
[C#]
public string ConfigurationKeyword {get; set;}
[C++]
HRESULT get_ConfigurationKeyword(
  System.String* 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