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


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

IConfigurationParameter2.ConfigurationString Property

The configuration string defined by the parameter.

[Visual Basic .NET]
Public WriteOnly Property ConfigurationString_2
[C#]
public void ConfigurationString_2 {set;}
[C++]
HRESULT put_ConfigurationString(
  BSTR 
);
[C++]
Parameters
 [in]

is a parameter of type BSTR

Product Availability

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

See Also

IConfigurationParameter2 Interface