ihcConfigListDTO element

Type: IHCConfigListDTO
Namespace: (default namespace)
XML Schema: ns0.xsd

Example XML

<?xml version="1.0" encoding="UTF-8"?> <ihcConfigListDTO> <IHCConfigListDTO> <filePath>...</filePath> <ihcServer>...</ihcServer> <httpServer>...</httpServer> </IHCConfigListDTO> <IHCConfigListDTO> <!--...--> </IHCConfigListDTO> <!--...more "IHCConfigListDTO" elements...--> </ihcConfigListDTO>

Example JSON

{ "IHCConfigListDTO" : [ { "filePath" : "...", "ihcServer" : "...", "httpServer" : "..." }, ... ] }