Class LoginSetting
登录
[Display(Name = "登录", GroupName = "基本设置")]
public class LoginSetting : Settable<LoginSetting>, INotifyPropertyChanged, IDisplayBindable, IIconable, IDable, IDescriptionable, ISettable, INameable, IOrderable, IGroupable, ILoadable, ISaveable, IDefaultable, IClearable
- Inheritance
-
LoginSetting
- Implements
- Inherited Members
- Extension Methods
Properties
AutomaticLogin
开机自动启动
[Display(Name = "启动时自动登录")]
public bool AutomaticLogin { get; set; }
Property Value
AutomaticSavePasswod
开机自动启动
[Display(Name = "自动保存密码")]
public bool AutomaticSavePasswod { get; set; }
Property Value
AutomaticStart
开机自动启动
[Display(Name = "开机自动启动")]
public bool AutomaticStart { get; set; }