Card.SubTitle Property

Definition

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

Property Value

Attributes

Applies to