Del via


Templates.NamedReferences Property

Definition

Gets or sets map from import alias to templates.

public System.Collections.Generic.IDictionary<string,Microsoft.Bot.Builder.LanguageGeneration.Templates> NamedReferences { get; set; }
member this.NamedReferences : System.Collections.Generic.IDictionary<string, Microsoft.Bot.Builder.LanguageGeneration.Templates> with get, set
Public Property NamedReferences As IDictionary(Of String, Templates)

Property Value

Map from import alias to templates.

Applies to