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


IConfigurationParameter2.ConfigurationString Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

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