次の方法で共有


IssueCommentContract.Text プロパティ

定義

コメント テキストを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象