|
  | allowedValues | 
 Gets or sets the allowed values for the setting.
 
 | 
  | availableValues | 
 Gets or sets the available values for the setting.
 
 | 
  | categoryName | 
 Gets or sets the application setting category name.
 
 | 
  | clientSettingVisibility | 
 Gets or sets the visibility level for an application configuration setting.
 
 | 
  | contentType | 
 Gets a value which specifies a special type of content, if settingType is text.
 For example: "application/json".
 
 | 
  | defaultValue | 
 Gets or sets the default setting value.
 
 | 
  | description | 
 Gets or sets the application setting description.
 
 | 
  | displayName | 
 Gets or sets the application setting display name.
 
 | 
  | exampleValueText | 
 Gets or sets the example value text.
 
 | 
  | helpTopicReference | 
 Gets or sets the help topic reference.
 
 | 
  | id | 
 Gets or sets the ID of the setting.
 
 | 
  | isDangerousForImport | 
 Gets or sets a value indicating whether the setting is dangerous for import.
 
 | 
  | isMultiSelect | 
 Gets or sets a value indicating whether the setting supports multiple values.
 
 | 
  | isOnlyGlobal | 
 Gets or sets a value indicating whether this is a global only setting.
 
 | 
  | isPassword | 
 Gets or sets a value indicating whether this is a password related field
 
 | 
  | isReadOnly | 
 Gets or sets a value indicating whether the setting is read only.
 
 | 
  | isRestartRequired | 
 Gets or sets a value indicating whether a restart is required after changing this setting.
 has expired.
 
 | 
  | moduleId | 
 Gets or sets the ID of the module under which the setting was registered.
 
 | 
  | name | 
 Gets or sets the application setting name.
 
 | 
  | settingType | 
 Gets or sets the type of the setting value.
 
 | 
  | sortKey | 
 Gets or sets the order of the setting within its category.
 
 |