VBDOM  

Element: getAttribute

Retrieves the value of the named attribute.

[Visual Basic]
 Public Function getAttribute(
	  ByVal name As String ) As String

Parameters

name
[ByVal] String. Name of the attribute to return.

Return Values

String -  String that contains the attribute value. The empty string is returned if the named attribute does not have a specified or default value.

Remarks

None

See Also

Class Element Overview | Element Members | appendChild | ownerDocument (get)