Managed Syslog Server Class Library Reference

CustomValueSectionHandler Class

App.config 構成セクションのエレメントを読み取り Hashtable にまとめます。

For a list of all members of this type, see CustomValueSectionHandler Members.

System.Object
   CustomValueSectionHandler

[Visual Basic]
Public Class CustomValueSectionHandler
Implements IConfigurationSectionHandler
[C#]
public class CustomValueSectionHandler : IConfigurationSectionHandler

Remarks

構成セクションの記述例

            <settings>
              <db connection="Provider=SQLOLEDB;Integrated Security=SSPI" table="author" />
            <settings>
            

Requirements

Namespace: Syslog.Config.SectionHandler

Assembly: mlog_lib (in mlog_lib.dll)

See Also

CustomValueSectionHandler Members | Syslog.Config.SectionHandler Namespace