ConfigurationExceptionConfigurationParameter Property |
Gets the name of the configuration parameter that caused the problem.
Namespace:
Enkoni.Framework
Assembly:
Enkoni.Framework (in Enkoni.Framework.dll) Version: 1.3.0.1
Syntaxpublic string ConfigurationParameter { get; }
Public ReadOnly Property ConfigurationParameter As String
Get
public:
property String^ ConfigurationParameter {
String^ get ();
}
member ConfigurationParameter : string with get
Property Value
Type:
String
See Also