CodeGenerationMetaDataStoreTemplateGroups Property |
Gets the template groups available. Key is templategroup name, value is description
Namespace: SD.LLBLGen.Pro.ApplicationCore.GeneralDataStructuresAssembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax public Dictionary<string, string> TemplateGroups { get; }
Public ReadOnly Property TemplateGroups As Dictionary(Of String, String)
Get
Property Value
Type:
DictionaryString,
StringSee Also