IDLffXMLDOMElement::GetAttribute

The IDLffXMLDOMElement::GetAttribute function method returns the value of the attribute specified by Name.

Syntax

Result = Obj->[IDLffXMLDOMElement::]GetAttribute( Name )

Return Value

Returns a scalar string containing the value of the attribute specified by Name.

Arguments

Name

A scalar string used to specify the name of the attribute for which to get the value.

Keywords

None

Version History

6.1

Introduced