Class SettingKeys
Defines settings keys.
Inheritance
System.Object
SettingKeys
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Sartorius.SAF.Settings
Assembly: Sartorius.SAF.dll
Syntax
public static class SettingKeys
Fields
View SourceUserSettingApplicationAutoLockingEnabled
Defines the setting key for the application auto locking enabled setting.
Declaration
public const string UserSettingApplicationAutoLockingEnabled = "UserSetting_ApplicationAutoLockingEnabled"
Field Value
Type | Description |
---|---|
System.String |
UserSettingApplicationAutoLockingInterval
Defines the setting key for the application auto locking interval user setting.
Declaration
public const string UserSettingApplicationAutoLockingInterval = "UserSetting_ApplicationAutoLockingInterval"
Field Value
Type | Description |
---|---|
System.String |