Share via


ContentLink.ContentSize Property

Definition

Gets or sets the content size.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to