Returns the root node of this configuration section
Namespace: Akka.ConfigurationAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic HoconValue Root { get; }
Public ReadOnly Property Root As HoconValue
Get
public:
property HoconValue^ Root {
HoconValue^ get ();
}
member Root : HoconValue with get
Property Value
Type:
HoconValue
See Also