共用方式為


Target.Length Property

Definition

Gets or sets the number of bytes of the content. Same as Size field.

[Newtonsoft.Json.JsonProperty(PropertyName="length")]
public long? Length { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="length")>]
member this.Length : Nullable<int64> with get, set
Public Property Length As Nullable(Of Long)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to