AppSettingContentType Property |
Namespace:
Dundas.BI.Configuration
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic string ContentType { get; }Public ReadOnly Property ContentType As String
Get
public:
property String^ ContentType {
String^ get ();
}member ContentType : string with 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