Share via


value Property

Contains the attribute value.

objValue = oXMLDOMAttribute.value;
objXMLDOMAttribute.value = objValue;

HRESULT get_value(
  VARIANT* attributeValue
);
HRESULT put_value(
  VARIANT* attributeValue
);

General Remarks

The property is read/write.

The new attribute value is added as the value of a single text node that is a child of the attribute node. The string contents are unparsed.

This property is read/write, and applies to the following interface:

IXMLDOMAttribute.

 Last updated on Saturday, April 10, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.