Click or drag to resize
HoconSubstitutionResolvedValue Property
The evaluated value from the Path property

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

Property Value

Type: HoconValue
The resolved value.
See Also