Token..::..Value Property

If this instance is a LiteralValue, the Value property holds the string literal.

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

Syntax


public string Value { get; set; }
Public Property Value As String
	Get
	Set
public:
property String^ Value {
	String^ get ();
	void set (String^ value);
}

Field Value

The value.