| AppSettingTValue Methods | 
The AppSettingTValue generic type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | CanInitialize | 
            Returns true, if the object value can initialize
            (Inherited from CMSLazyTValue.) | 
|  | ConvertValue | 
            Converts the value to the correct type
             | 
|  | FromItems | Obsolete. 
            Gets the lazy value from the given items
            (Inherited from CMSLazyTValue.) | 
|  | NewValue | 
            Initializes a new value
            (Overrides CMSLazyTValueNewValue.) | 
|  | Reset | 
            Resets the state of the object to re-initialize the value on the next request
            (Inherited from CMSLazyTValue.) | 
|  | ToString | 
            Returns value converted to string.
            (Overrides ObjectToString.) | 
 See Also
See Also