Enables (true
) or disables (false
) resynchronization during loading through URLMON. This property is useful for optimizing cache utility in high-load server applications. To force resynchronization, set this property to true
. Otherwise, set it to false
. The default value of this property is true
.
domObj.setProperty(strProp, vBool); vBool = domObj.getProperty(strProp);
domObj.setProperty(strProp, vBool) vBool = domObj.getProperty(strProp)
HRESULT setProperty(BSTR strProp, VARIANT vBool); HRESULT getProperty(BSTR strProp, VARIANT* vBool);
true
or false
. The default value is true
.Component: MSXML 3.0 SP3, MSXML 4.0 SP1, MSXML 5.0 and later
Interface: IXMLDOMDocument2
Method: setProperty | getProperty