次の方法で共有


Target.Size プロパティ

定義

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

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象