|  | TokenKey Method | 
 
            Creates a key token with a given key.
            
 
    Namespace: 
   Akka.Configuration.Hocon
    Assembly:
   Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
 Syntax
Syntaxpublic static Token Key(
	string key
)
static member Key : 
        key : string -> Token 
Parameters
- key
- Type: SystemString
 The key to associate with this token.
Return Value
Type: 
TokenA key token with the given key.
 See Also
See Also