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 쌍으로 지정합니다. 첫 번째 일치에서 첫 번째 사용 순서입니다.

적용 대상