Share via


MediaObject.ContentSize Property

Definition

Gets size of the media object content. Use format "value unit" (e.g., "1024 B").

[Newtonsoft.Json.JsonProperty(PropertyName="contentSize")]
public string ContentSize { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="contentSize")>]
member this.ContentSize : string
Public ReadOnly Property ContentSize As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to