AkkaConfigurationSectionHocon Property |
[Missing <summary> documentation for "P:Akka.Configuration.Hocon.AkkaConfigurationSection.Hocon"]
Namespace: Akka.Configuration.HoconAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic HoconConfigurationElement Hocon { get; set; }
Public Property Hocon As HoconConfigurationElement
Get
Set
public:
property HoconConfigurationElement^ Hocon {
HoconConfigurationElement^ get ();
void set (HoconConfigurationElement^ value);
}
member Hocon : HoconConfigurationElement with get, set
Property Value
Type:
HoconConfigurationElement
See Also