FeedbackRecord.Description プロパティ

定義

StatusCode説明。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象