Class HoconConfigurationElement
This class represents a custom HOCON (Human-Optimized Config Object Notation) node within a configuration file.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
  <configSections>
    <section name="akka" type="Akka.Configuration.Hocon.AkkaConfigurationSection, Akka" />
  </configSections>
  <akka>
    <hocon>
    ...
    </hocon>
  </akka>
</configuration>Inherited Members
Namespace: Akka.Configuration.Hocon
Assembly: Akka.dll
Syntax
public class HoconConfigurationElement : CDataConfigurationElementProperties
| Edit this page View SourceContent
Gets or sets the HOCON configuration string contained in the hocon node.
Declaration
[ConfigurationProperty("content", IsRequired = true, IsKey = true)]
public string Content { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
 Edit this page
Edit this page