次の方法で共有


RequestReportRecordContract.RequestSize プロパティ

定義

この要求のサイズを取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="requestSize")]
public int? RequestSize { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="requestSize")>]
member this.RequestSize : Nullable<int> with get, set
Public Property RequestSize As Nullable(Of Integer)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象