ArcObjects Library Reference (GeoDatabase)  

IConfigurationParameter Interface

Provides access to members to supply information about configuration paramters. Note: the IConfigurationParameter interface has been superseded byIConfigurationParameter2. Please consider using the more recent version.

Product Availability

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

Description

This interface is used to retrieve the properties of a configuration parameter.

When To Use

Use IConfigurationParameters to access the database storage parameters referenced by a configuration keyword.

Members

Description
Read-only property ConfigurationString The configuration string defined by the parameter.
Read-only property Name The name of the parameter.

CoClasses that implement IConfigurationParameter

CoClasses and Classes Description
ConfigurationParameter ConfigurationParameter Object.

Remarks

Configuration keywords in an ArcSDE or File geodatabase are used to specify storage parameters for feature classes, tables and geometric networks. These storage parameters can be accessed through this interface.

See Also

IConfigurationKeyword Interface

.NET Related Topics

Querying workspace properties