FrameworkSupportedTemplateGroups Property |
Gets the list of names of the supported templategroups for this framework. If this list is empty, all templategroups are supported otherwise the
templategroups with the names specified.
Namespace:
SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData.Frameworks
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntax public List<string> SupportedTemplateGroups { get; }
Public ReadOnly Property SupportedTemplateGroups As List(Of String)
Get
Property Value
Type:
ListStringSee Also