This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IC > IConfigurationParameter Interface > IConfigurationParameter.ConfigurationString Property (ArcObjects .NET 10.5 SDK) |
The configuration string defined by the parameter.
[Visual Basic .NET] Public ReadOnly Property ConfigurationString As String
[C#] public string ConfigurationString {get;}
[C++]
HRESULT get_ConfigurationString(
BSTR* str
);
[C++]
Parameters str [out, retval] str is a parameter of type BSTR
IConfigurationParameter Interface | IConfigurationKeyword Interface