Click or drag to resize
TokenValue Property
If this instance is a LiteralValue, the Value property holds the string literal.

Namespace: Akka.Configuration.Hocon
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public string Value { get; set; }

Property Value

Type: String
The value.
See Also