Jaa


AceData.IsVisible Property

Definition

Gets or sets the visibility of the Adaptive Card Extension.

public bool? IsVisible { get; set; }
member this.IsVisible : Nullable<bool> with get, set
Public Property IsVisible As Nullable(Of Boolean)

Property Value

The value is the flag that indicates if the Adaptive Card Extension is visible. Default to true.

Applies to