| IPluginSettingsVersion Property  | 
 
            Version of settings scheme. Meant to be monotonically increasing.
            
 
    Namespace: 
   Resto.Front.Api.Data.Settings
    Assembly:
   Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
 Syntax
Syntaxint Version { get; set; }Property Value
Type: 
Int32 Remarks
Remarks
            Increase as scheme of settings changes. Do not increase when settings values are updated without changing their scheme.
            
 See Also
See Also