namespace VCommon.VApplication.Setting { public enum SettingScope { Invalid = 0, Application, Tenant, User, } }