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


IConfigurationParameter Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IC > IConfigurationParameter Interface
ArcGIS Developer Help

IConfigurationParameter Interface

Provides access to members to supply information about configuration paramters. Note: the IConfigurationParameter interface has been superseded by IConfigurationParameter2. 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

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

Classes that implement IConfigurationParameter

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