AppSettingContentType Property

Gets a value which specifies a special type of content, if SettingType is String.

Namespace:  Dundas.BI.Configuration
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public string ContentType { get; }

Property Value

Type: String
Remarks
Content types currently supported by the Dundas BI UI are:
  • application/json
  • text/multiline
If no content type is specified (i.e. the property value is ), the setting will be displayed normally in the UI.
See Also