Share via


UpdateDetails.UpdateSize Property

Definition

Gets or sets size of the update(In Bytes)

[Newtonsoft.Json.JsonProperty(PropertyName="updateSize")]
public double? UpdateSize { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="updateSize")>]
member this.UpdateSize : Nullable<double> with get, set
Public Property UpdateSize As Nullable(Of Double)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to