FileStatusProperties.Length プロパティ

定義

ファイル内のバイト数を取得します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象