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


IWorkspaceConfiguration.ConfigurationKeywords Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IW > IWorkspaceConfiguration Interface > IWorkspaceConfiguration.ConfigurationKeywords Property
ArcGIS Developer Help

IWorkspaceConfiguration.ConfigurationKeywords Property

The available configuration keywords.

[Visual Basic .NET]
Public ReadOnly Property ConfigurationKeywords As IEnumConfigurationKeyword
[C#]
public IEnumConfigurationKeyword ConfigurationKeywords {get;}
[C++]
HRESULT get_ConfigurationKeywords(
  IEnumConfigurationKeyword** keywords
);
[C++]
Parameters
keywords [out, retval]

keywords is a parameter of type IEnumConfigurationKeyword**

Product Availability

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

Remarks

Returns an enumeration of all the of the configuration keywords for an ArcSDE or File geodatabase workspace.

See Also

IWorkspaceConfiguration Interface | IConfigurationKeyword Interface | IConfigurationParameter Interface