Share via


getProperty Method (IXMLDOMDocument2)

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

Returns the default properties.

Script Syntax

            strPropValue = objXMLDOMDocument2.getProperty(name);

Remarks

Script Parameters

  • name
    String name of the property. This name is case-sensitive.

Script Return Value

Value. Returns the value of the default property.

C/C++ Syntax

HRESULT getProperty(
  BSTR name,
  VARIANT* value
);

Remarks

C/C++ Parameters

C/C++ Return Values

  • S_OK
    Value returned if successful.
  • E_FAIL
    Value returned if property name is invalid.

Requirements

Header msxml2.h, msxml2.idl
Library uuid.lib
Windows Embedded CE Windows CE .NET 4.0 and later

General Remarks

This method applies to the following interface:

IXMLDOMDocument2