FormConfiguration.Templates Field
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.
Default templates to use if not override on the class or field level.
public System.Collections.Generic.List<Microsoft.Bot.Builder.FormFlow.TemplateAttribute> Templates;
val mutable Templates : System.Collections.Generic.List<Microsoft.Bot.Builder.FormFlow.TemplateAttribute>
Public Templates As List(Of TemplateAttribute)