Jaa


CardViewParameters.Body Property

Definition

Gets or sets card view body area components.

public System.Collections.Generic.IEnumerable<Microsoft.Bot.Schema.SharePoint.BaseCardComponent> Body { get; set; }
member this.Body : seq<Microsoft.Bot.Schema.SharePoint.BaseCardComponent> with get, set
Public Property Body As IEnumerable(Of BaseCardComponent)

Property Value

Card body area components.

Applies to