Click or drag to resize
IConfigReaderReadConfiguration Method
Reads the configuration from the config file and converts it to custom config objects which the end developer will use to get or set the properties.

Namespace:  Intuit.Ipp.Core
Assembly:  Intuit.Ipp.Core (in Intuit.Ipp.Core.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
C#
IppConfiguration ReadConfiguration()

Return Value

Type: IppConfiguration
The custom config object.
See Also