CardViewParameters.Body 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 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.