SetProperties.Assignments Property

Definition

Gets or sets additional property assignments.

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

Property Value

Additional property settings as property=value pairs.

Applies to