IsSpecified (NotesDOMAttributeNode - LotusScript®)
Read-only. Indicates whether or not this attribute was explicitly given a value in the original document.
Defined in
Data type
Boolean
Syntax
To get: flag = noteDOMAttributeNode .IsSpecified
Legal values
- True indicates the attribute has an assigned value in the document.
- False indicates the value is the default value.
Usage
For more information about this property, see the "specified" attribute in the "Interface Attr" section in Chapter 1.2 Fundamental Interface of Document Object Model Core at http://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-637646024.