Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
3/26/2014
Returns the default properties.
Syntax
strPropValue = objXMLDOMDocument2.getProperty(name);
HRESULT getProperty(
BSTR name,
VARIANT* value
);
Parameters
Script
- name
String name of the property. This name is case-sensitive.
C/C++
- name
[in] String name of the property. This name is case-sensitive.
- value
[out, retval] Variant return value of the requested flag.
Return Value
Script
Value. Returns the value of the default property.
C/C++
- S_OK
Value returned if successful.
- E_FAIL
Value returned if property name is invalid.
Remarks
This method applies to the following interface:
Requirements
Header |
msxml2.h, |
Library |
uuid.lib |