| IPluginSettingsTryGetValueTValue Method (String) | 
 
            Get value by its key.
            
 
    Namespace: 
   Resto.Front.Api.Data.Settings
    Assembly:
   Resto.Front.Api.V7 (in Resto.Front.Api.V7.dll)
 Syntax
SyntaxTValue TryGetValue<TValue>(
	string key
)
Parameters
- key
- Type: SystemString
 Key of setting.
Type Parameters
- TValue
- Return type of value.
Return Value
Type: 
TValueValue of setting or null if none specified.
 See Also
See Also