Context.Theme Property

Definition

[System.Text.Json.Serialization.JsonPropertyName("theme")]
[System.Text.Json.Serialization.JsonPropertyOrder(0)]
public string? Theme { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("theme")>]
[<System.Text.Json.Serialization.JsonPropertyOrder(0)>]
member this.Theme : string with get, set
Public Property Theme As String

Property Value

Attributes

Applies to