IForm<T>.Fields 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.
Fields that make up form.
public abstract Microsoft.Bot.Builder.FormFlow.Advanced.IFields<T> Fields { get; }
member this.Fields : Microsoft.Bot.Builder.FormFlow.Advanced.IFields<'T (requires 'T : null)>
Public MustOverride ReadOnly Property Fields As IFields(Of T)