Jaa


SetProperties.Assignments Property

Definition

Gets the property assignments.

public System.Collections.Generic.List<Microsoft.Bot.Builder.Dialogs.Adaptive.Actions.PropertyAssignment> Assignments { get; }
member this.Assignments : System.Collections.Generic.List<Microsoft.Bot.Builder.Dialogs.Adaptive.Actions.PropertyAssignment>
Public ReadOnly Property Assignments As List(Of PropertyAssignment)

Property Value

Property assignments as property=value pairs. In first match first use order.

Applies to