Click or drag to resize
CodeGenerationMetaDataStoreTemplateGroups Property
Gets the template groups available. Key is templategroup name, value is description

Namespace:  SD.LLBLGen.Pro.ApplicationCore.GeneralDataStructures
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public Dictionary<string, string> TemplateGroups { get; }

Property Value

Type: DictionaryString, String
See Also