|  | Token Constructor (String) | 
 
            Initializes a new instance of the 
Token class.
            
 
    Namespace: 
   Akka.Configuration.Hocon
    Assembly:
   Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
 Syntax
Syntaxpublic Token(
	string value
)
new : 
        value : string -> TokenParameters
- value
- Type: SystemString
 The string literal value to associate with this token.
 See Also
See Also