IAppConfig Methods

The IAppConfig type exposes the following members.

Methods
  NameDescription
Public methodGetBoolean
Gets the effective value of the specified configuration setting as a Boolean.
Public methodGetDateTime
Gets the effective value of the specified configuration setting as a DateTime.
Public methodGetDouble
Gets the effective value of the specified configuration setting as an Double.
Public methodGetInt32
Gets the effective value of the specified configuration setting as an Int32.
Public methodGetString
Gets the effective value of the specified configuration setting as a String.
Public methodGetTimeSpan
Gets the effective value of the specified configuration setting as a TimeSpan.
Public methodGetUri
Gets the effective value of the specified configuration setting as a Uri.
Public methodGetValueOrDefault
Gets the value of the specified setting in the specified scope, or the setting's default value if it was not set at the specified scope.
Public methodTryGetValueT
Gets the setting associated with the specified ID in the specified scope.
Top
See Also