[This is preliminary documentation and is subject to change.]
Returns the configuration information for the agent. The configuration information comes from
the "appSettings" section in the app.config file for the application
| C# | Visual Basic | Visual C++ |
public sealed class Properties
Public NotInheritable Class Properties
public ref class Properties sealed
| All Members | Constructors | Methods | |||
| Icon | Member | Description |
|---|---|---|
| PropertiesPropertiesNew()() | ||
| CopyDefaultsTo(NameValueCollection) | ||
| GetBool(String) |
Returns a boolean value from the specified named property from the "appSettings" section of the app.config
| |
| GetProperties()() |
Returns the NameValueCollection returned by AppSettings | |
| GetProperty(String) |
Returns the value of the specified named property from the "appSettings" section of the app.config
| |
| SetProperty(String, String) |
Sets a system property. This overrides the setting that set in the "appSettings" section of the app.config
|
| Object | |
| Properties | |