Bagikan melalui


FileProperties.ContentLength Property

Definition

Gets or sets the length of the file.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to