AppSettingPropertiesSettingType Property

Gets the data type of the setting's value.

Namespace:  Dundas.BI.Configuration
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (9.0.0.1000)
Syntax
public Type SettingType { get; }

Property Value

Type: Type
Remarks
This property must be set to one of the following supported types:
  • Any serializable value type
  • String
  • A DictionaryTKey, TValue where the key is a string and the value is one of the above types.
See Also