Compartir a través de


PropertySchema.Children Propiedad

Definición

Obtiene las propiedades secundarias si hay alguna.

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)

Valor de propiedad

Propiedades secundarias si hay alguna.

Se aplica a