SetProperties.Assignments Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.