HoconObject..::..GetKey Method

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

Syntax


public HoconValue GetKey(
	string key
)
Public Function GetKey ( _
	key As String _
) As HoconValue
public:
HoconValue^ GetKey(
	String^ key
)

Parameters

key
Type: String