Show / Hide Table of Contents

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 Source

UserSettingApplicationAutoLockingEnabled

Defines the setting key for the application auto locking enabled setting.

Declaration
public const string UserSettingApplicationAutoLockingEnabled = "UserSetting_ApplicationAutoLockingEnabled"
Field Value
Type Description
System.String
View Source

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
  • View Source
Back to top Generated by DocFX