Authentication.Buttons Property

Definition

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

Property Value

Attributes

Applies to