.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

LOTUSSCRIPT/COM/OLE CLASSES


GetAttribute method
Example

Retrieves an attribute value by name.

Defined in

NotesDOMElementNode

Syntax

attr$ = notesDOMElementNode.GetAttribute( attributeName )

Parameters

attributeName


Return value

attr$


Usage

Returns an empty string if that attribute does not have a specified or default value.

Example