Share via


EditActions.ChangeType Property

Definition

Gets or sets the type of change to appy to the active actions.

public AdaptiveExpressions.Properties.EnumExpression<Microsoft.Bot.Builder.Dialogs.Adaptive.ActionChangeType> ChangeType { get; set; }
member this.ChangeType : AdaptiveExpressions.Properties.EnumExpression<Microsoft.Bot.Builder.Dialogs.Adaptive.ActionChangeType> with get, set
Public Property ChangeType As EnumExpression(Of ActionChangeType)

Property Value

The type of change to appy to the active actions.

Applies to