AppSettingDataContentType Property |
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax[DataMemberAttribute(Name = "contentType", EmitDefaultValue = false)]
public string ContentType { get; set; }<DataMemberAttribute(Name := "contentType", EmitDefaultValue := false)>
Public Property ContentType As String
Get
Set
public:
[DataMemberAttribute(Name = L"contentType", EmitDefaultValue = false)]
property String^ ContentType {
String^ get ();
void set (String^ value);
}[<DataMemberAttribute(Name = "contentType", EmitDefaultValue = false)>]
member ContentType : string with get, set
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