Retrieves an attribute value by name.
Defined in
NotesDOMElementNode
Syntax
attr$ = notesDOMElementNode.GetAttribute( attributeName )
Parameters
attributeName
attr$
Returns the empty string if that attribute does not have a specified or default value.
Example