IPluginSettingsTryGetValueTValue Method (String) | 
 
            Get value by its key.
            
 
    Namespace: 
   Resto.Front.Api.Data.Settings
    Assembly:
   Resto.Front.Api.V7Preview7 (in Resto.Front.Api.V7Preview7.dll)
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