Share via


PropertySchema.Children Property

Definition

Gets child properties if there are any.

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)

Property Value

Child properties if there are any.

Applies to