Share via


CardViewParameters.CardBar Property

Definition

Gets or sets card view title area (card bar) components.

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

Property Value

Card bar area components.

Applies to