次の方法で共有


Review.Content プロパティ

定義

コンテンツ値を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象