次の方法で共有


IssueAttachmentContract.ContentFormat プロパティ

定義

コンテンツが HTTP リンクを介して提供される場合、または 'content' プロパティで提供される Base64 でエンコードされたバイナリ データの MIME の種類である場合は、'link' を取得または設定します。

[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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象