O365ConnectorCardActionCard.Inputs Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets set of inputs contained in this ActionCard whose each item can be in any subtype of O365ConnectorCardInputBase.
public System.Collections.Generic.IList<Microsoft.Bot.Schema.Teams.O365ConnectorCardInputBase> Inputs { get; set; }
member this.Inputs : System.Collections.Generic.IList<Microsoft.Bot.Schema.Teams.O365ConnectorCardInputBase> with get, set
Public Property Inputs As IList(Of O365ConnectorCardInputBase)
Property Value
The inputs contained in the ActionCard.