The IDLffXMLDOMAttr::GetSpecified function method returns a scalar integer indicating how the value of the attribute node was set.

Syntax


Result = Obj->[IDLffXMLDOMAttr::]GetSpecified()

Return Value


Returns 1 if the value of the attribute node was explicitly set in the XML document or was set programmatically with the IDLffXMLDOMAttr::SetValue method. Returns 0 if the attribute’s value was established from the default value declared in the document’s DTD.

Arguments


None

Keywords


None

Version History


6.1

Introduced