SubmitAction.MenuActions Property

Definition

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

Property Value

Attributes

Applies to