| HtmlAttributeCollectionItem Property (String) | 
            Gets a given attribute from the list using its name.
            
 
Namespace: WorkflowGen.My.HtmlAgilityPackAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 3.3.0.0 (3.3.0.0)
Syntaxpublic HtmlAttribute this[
	string name
] { get; set; }Public Default Property Item ( 
	name As String
) As HtmlAttribute
	Get
	Set
Parameters
- name
 - Type: SystemString
 
Property Value
Type: 
HtmlAttribute
See Also