Card.Buttons Property

Definition

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

Property Value

Attributes

Applies to