IConfigurationParameter Interface

Provides access to members to supply information about configuration paramters.

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.
Write-only property ConfigurationString The configuration string defined by the parameter.
Read-only property Name The name of the parameter.
Write-only property Name The name of the parameter.

IConfigurationParameter.ConfigurationString Property

The configuration string defined by the parameter.

Public Property ConfigurationString As String
public string ConfigurationString {get; set;}

IConfigurationParameter.ConfigurationString Property

The configuration string defined by the parameter.

Public Property ConfigurationString As String
public string ConfigurationString {get; set;}

IConfigurationParameter.Name Property

The name of the parameter.

Public Property Name As String
public string Name {get; set;}

IConfigurationParameter.Name Property

The name of the parameter.

Public Property Name As String
public string Name {get; set;}

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.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.