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