Fields<T>._fields 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.
Mapping from field name to field definition.
protected System.Collections.Generic.Dictionary<string,Microsoft.Bot.Builder.FormFlow.Advanced.IField<T>> _fields;
val mutable _fields : System.Collections.Generic.Dictionary<string, Microsoft.Bot.Builder.FormFlow.Advanced.IField<'T>>
Protected _fields As Dictionary(Of String, IField(Of T))