AdaptiveCard.Actions Property

Definition

[System.Text.Json.Serialization.JsonPropertyName("actions")]
public System.Collections.Generic.IList<Microsoft.Teams.Cards.Action>? Actions { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("actions")>]
member this.Actions : System.Collections.Generic.IList<Microsoft.Teams.Cards.Action> with get, set
Public Property Actions As IList(Of Action)

Property Value

Attributes

Applies to