Jaa


Templates.References Property

Definition

Gets or sets all references that this LG file has from Imports. Notice: reference includes all child imports from the LG file, not only the children belong to this LG file directly. so, reference count may >= imports count.

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

Property Value

All references that this LG file has from Imports.

Applies to