Compartir a través de


IssueAttachmentContract.ContentFormat Propiedad

Definición

Obtiene o establece "link" si el contenido se proporciona a través de un vínculo HTTP o el tipo MIME de los datos binarios codificados en Base64 proporcionados en la propiedad "content".

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a