RepresentationContract.ContentType Property

Definition

Gets or sets specifies a registered or custom content type for this representation, e.g. application/xml.

[Newtonsoft.Json.JsonProperty(PropertyName="contentType")]
public string ContentType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="contentType")>]
member this.ContentType : string with get, set
Public Property ContentType As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to