Review.CreatedBy プロパティ

定義

レビュー担当者の名前を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象