ConfigurationDetail Class
This class holds the detail data of a configuration for a provider, listener, or URL. The following table defines the properties of the ConfigurationDetail class.
|
Name |
Type |
Description |
|---|---|---|
|
Id |
int |
The ID of the configuration. |
|
Name |
string |
The name of the configuration. |
|
Type |
ConfigurationType |
The type of configuration (for example, provider, listener, or URL). |
|
Value |
string |
The configuration value. An XML string value for providers and listeners and a string for URLs. |
|
Area |
string |
The area to which the configuration belongs (for example, AgentDesktop or CustomerWS). |
Show: