FileGetFromTaskHeaders.ContentLength プロパティ

定義

ファイルの長さを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象