Open this page in the API Guide

AppSettingValue Constructor

Initializes the dundas.configuration.appSettingOptions object.
 

Parameters

appSettingOptions

Type: Object
(optional) Object with default values for the application setting value.
Optional: True

Examples

The following example initializes a new instance of a AppSettingValue object:

1
var newObject = new dundas.configuration.AppSettingValue();