VideoCard.AutoStart Property

Definition

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

Property Value

Attributes

Applies to