ResourceExplorerOptions.ConverterFactories 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 or sets the list of JsonConverterFactory registrations to initialize the current the ResourceExplorer.
public System.Collections.Generic.IEnumerable<Microsoft.Bot.Builder.Dialogs.Declarative.Converters.JsonConverterFactory> ConverterFactories { get; set; }
member this.ConverterFactories : seq<Microsoft.Bot.Builder.Dialogs.Declarative.Converters.JsonConverterFactory> with get, set
Public Property ConverterFactories As IEnumerable(Of JsonConverterFactory)
Property Value
The list of JsonConverterFactory registrations to initialize the current the ResourceExplorer.