Managed Syslog Server Class Library Reference

CustomValueListSectionHandler Class

App.config 構成セクションのエレメントを読み取り Hashtable に それぞれのエレメントのデータを集めて Hashtable の配列として返します。

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

System.Object
   CustomValueListSectionHandler

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

Remarks

構成セクションの記述例

            <settings>
              <group>
                <user name="sa" salt="salt" />
                <user name="scott" salt="tiger" />
              </group>
            <settings>
            

Requirements

Namespace: Syslog.Config.SectionHandler

Assembly: mlog_lib (in mlog_lib.dll)

See Also

CustomValueListSectionHandler Members | Syslog.Config.SectionHandler Namespace