Click or drag to resize

TaskManagerElementsPerTemplateGroup Property

Gets the elements per template group.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData.Tasks
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public MultiValueDictionary<string, TaskGroupElement> ElementsPerTemplateGroup { get; }

Property Value

Type: MultiValueDictionaryString, TaskGroupElement
The elements per template group.
See Also