RequestReportRecordContract.RequestSize Property

Definition

Gets or sets the size of this request..

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to