TaskManagerGetElementByName Method  | 
 
            Gets the taskgroup element associated with the name specified. It might not match the context of the caller so extra filtering, like
            using MatchesFilter is recommended. To get the task with the name, tested for a given context, use 
GetElementByNameFiltered(String, String, String, String) 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData.Tasks
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntaxpublic TaskGroupElement GetElementByName(
	string name
)
Public Function GetElementByName ( 
	name As String
) As TaskGroupElement
Parameters
- name
 - Type: SystemString
 
Return Value
Type: 
TaskGroupElement
See Also