Share via


O365ConnectorCardActionCard.Actions Property

Definition

Gets or sets set of actions contained in this ActionCard whose each item can be in any subtype of O365ConnectorCardActionBase except O365ConnectorCardActionCard, as nested ActionCard is forbidden.

public System.Collections.Generic.IList<Microsoft.Bot.Schema.Teams.O365ConnectorCardActionBase> Actions { get; set; }
member this.Actions : System.Collections.Generic.IList<Microsoft.Bot.Schema.Teams.O365ConnectorCardActionBase> with get, set
Public Property Actions As IList(Of O365ConnectorCardActionBase)

Property Value

The actions contained in this ActionCard.

Applies to