次の方法で共有


SetProperties.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 ペアとしてのプロパティの割り当て。 最初の一致では、最初の使用順序。

適用対象