AppSetting Methods

The AppSetting type exposes the following members.

Methods
  NameDescription
Public methodGetAllowedValues
Gets the list of allowed values for the setting.
Public methodGetAvailableValues
Gets the list of available values for the setting.
Public methodSerializeSettingValue
Gets the string representation of a value for the setting.
Public methodTryDeserializeSettingValue
Retrieves the object that was stored as a string in the Value property.
Top
See Also