Compartilhar via


SetProperties.Assignments Propriedade

Definição

Obtém ou define atribuições de propriedade adicionais.

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)

Valor da propriedade

Configurações de propriedade adicionais como pares property=value.

Aplica-se a