Share via


CardViewParameters.Header Property

Definition

Gets or sets card view header area components.

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

Property Value

Card header area components.

Applies to