HoconConfigurationElement..::..Content Property

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

Syntax


[ConfigurationPropertyAttribute]
public string Content { get; set; }
<ConfigurationPropertyAttribute> _
Public Property Content As String
	Get
	Set
[ConfigurationPropertyAttribute]
public:
property String^ Content {
	String^ get ();
	void set (String^ value);
}