Config..::..Root Property

Returns the root node of this configuration section

Namespace:  Akka.Configuration
Assembly:  Akka (in Akka.dll)

Syntax


public HoconValue Root { get; }
Public ReadOnly Property Root As HoconValue
	Get
public:
property HoconValue^ Root {
	HoconValue^ get ();
}