GetAttributeNode (NotesDOMElementNode - LotusScript®)
Retrieves an attribute node by name.
Defined in
Syntax
Set notesDOMAttributeNode = notesDOMElementNode .GetAttributeNode( attributeName )
Parameters
attributeName
String. The NodeName of the attribute to retrieve.
Return value
notesDOMAttributeNode
NotesDOMAttributeNode. The NotesDOMAttributeNode with the specified NodeName.
Usage
Returns null if there is no such attribute.