다음을 통해 공유


PropertySchema.Children 속성

정의

자식 속성이 있는 경우 가져옵니다.

public System.Collections.Generic.IReadOnlyList<Microsoft.Bot.Builder.Dialogs.Adaptive.PropertySchema> Children { get; }
member this.Children : System.Collections.Generic.IReadOnlyList<Microsoft.Bot.Builder.Dialogs.Adaptive.PropertySchema>
Public ReadOnly Property Children As IReadOnlyList(Of PropertySchema)

속성 값

자식 속성이 있는 경우

적용 대상