Contains the attribute value.
Visual Basic Syntax
strValue = oXMLDOMAttribute.value
C/C++ Syntax
HRESULT get_value(
VARIANT *attributeValue);
Parameters
attributeValue
[out]
Value of the attribute. For attributes with subnodes, the string is the concatenated text of all subnodes with character and general entity reference expanded (replaced with their values).
C/C++ Return Values
S_OK
Value returned if successful.
E_INVALIDARG
Value returned if attributeValue is null.