次の方法で共有


Target.Length プロパティ

定義

コンテンツのバイト数を取得または設定します。 size フィールドと同じです。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象