Gets a value indicating whether the attribute value was explicitly set.

[VBScript]
Public ReadOnly Property Specified As Boolean
[JScript]
public function get Specified() : Boolean;

Property Value

true if this attribute was explicitly given a value in the original instance document; otherwise, false.

See Also

Attribute Object | Attribute Members | DOM Namespace