Jaa


ResourceExplorerOptions.Providers Property

Definition

Gets or sets the list of resource providers to initialize the current the ResourceExplorer.

public System.Collections.Generic.IEnumerable<Microsoft.Bot.Builder.Dialogs.Declarative.Resources.ResourceProvider> Providers { get; set; }
member this.Providers : seq<Microsoft.Bot.Builder.Dialogs.Declarative.Resources.ResourceProvider> with get, set
Public Property Providers As IEnumerable(Of ResourceProvider)

Property Value

The list of resource providers to initialize the current the ResourceExplorer.

Applies to