Templates.References 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 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.