Click or drag to resize
TaskGroupGetElementByName Method
Gets the elements with the name specified or null if not found.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData.Tasks
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.1.0.0 (5.1.0)
Syntax
public HashSet<TaskGroupElement> GetElementByName(
	string name
)

Parameters

name
Type: SystemString
The name.

Return Value

Type: HashSetTaskGroupElement
HashSet of taskgroupelements which have the name specified and which are part of this group
See Also