MediaCard.AutoLoop Property

Definition

[System.Text.Json.Serialization.JsonPropertyName("autoloop")]
[System.Text.Json.Serialization.JsonPropertyOrder(7)]
public bool? AutoLoop { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("autoloop")>]
[<System.Text.Json.Serialization.JsonPropertyOrder(7)>]
member this.AutoLoop : Nullable<bool> with get, set
Public Property AutoLoop As Nullable(Of Boolean)

Property Value

Attributes

Applies to