Click or drag to resize

TaskManager.KnownElements Property

Gets the known elements.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData.Tasks
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntax
public Dictionary<string, TaskGroupElement> KnownElements { get; }

Property Value

Type: Dictionary<String, TaskGroupElement>
The known elements.
See Also