PropertySchema.Children Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.