ArcObjects Library Reference (GeoDatabase)  

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