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.10.0.0 (5.10.0)
Syntaxpublic HashSet<TaskGroupElement> GetElementByName(
	string name
)
Public Function GetElementByName ( 
	name As String
) As HashSet(Of TaskGroupElement)
Parameters
- name
 - Type: SystemString
The name. 
Return Value
Type: 
HashSetTaskGroupElementHashSet of taskgroupelements which have the name specified and which are part of this group
See Also