Share via


VideoFlags.HasData Property

Definition

Gets or sets value indicating whether or not there has ever been data recorded or uploaded into the video. Newly created videos have this value set to false.

[Newtonsoft.Json.JsonProperty(PropertyName="hasData")]
public bool HasData { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="hasData")>]
member this.HasData : bool with get, set
Public Property HasData As Boolean

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to