getProperty Method (IXMLDOMDocument2)
A version of this page is also available for
4/8/2010
Returns the default properties.
strPropValue = objXMLDOMDocument2.getProperty(name);
- name
String name of the property. This name is case-sensitive.
Value. Returns the value of the default property.
HRESULT getProperty(
BSTR name,
VARIANT* value
);
- S_OK
Value returned if successful.
- E_FAIL
Value returned if property name is invalid.
Header | msxml2.h, msxml2.idl |
Library | uuid.lib |
Windows Embedded CE | Windows CE .NET 4.0 and later |
This method applies to the following interface: