Click or drag to resize
IntAppSetting Properties

The IntAppSetting type exposes the following members.

Properties
  NameDescription
Public propertyAllowCloneForNewThread
If true, the item is copied for the new thread
(Inherited from CMSLazy<TValue>.)
Protected propertyConverter
Conversion function
(Inherited from AppSetting<TValue>.)
Public propertyDefaultValue
Default value
(Inherited from CMSLazy<TValue>.)
Public propertyDefaultValueInitializer
Function to retrieve the default value
(Inherited from AppSetting<TValue>.)
Protected propertyInitializer
Value initialization function
(Inherited from CMSLazy<TValue>.)
Public propertyIsValueCreated
Returns true if the value was already created
(Inherited from CMSLazy<TValue>.)
Public propertyKeyName
Settings key name
(Inherited from AppSetting<TValue>.)
Public propertyMasterKeyName
Defines the master key name which is used in case the key name value is not found
(Inherited from AppSetting<TValue>.)
Public propertyRequestStockKey
Defines the key under which the object value should be stored in the request stock helper. If set, the object exists only within the particular request
(Inherited from CMSLazy<TValue>.)
Public propertyValue
Gets or sets the object value
(Inherited from CMSLazy<TValue>.)
Top
See Also