Gets first generation child node matching name
            
 
Namespace: WorkflowGen.My.HtmlAgilityPackAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 2.4.0.0 (2.4.0.0)
Syntaxpublic HtmlNode Element(
	string name
)
Public Function Element ( 
	name As String
) As HtmlNode
Parameters
- name
 - Type: SystemString
 
Return Value
Type: 
HtmlNode
See Also