Purpose
Sets the properties for the MIXmlDocument object.
Syntax
MIXmlDocumentSetProperty( ByVal hXMLDocument As MIXmlDocument,
ByVal strPropertyName As String, ByVal strPropertyValue As String )
As SmallInt
hXMLDocument is the MIXmlDocument object handle.
strPropertyName is a string that contains the name of the property to be set. For a list of properties that can be set using this method, refer to the Microsoft MSDN library.
strPropertyValue is a string that contains the value of the specified property. For a list of property values that can be set using this method, refer to the Microsoft MSDN library.
Return Value
Nonzero if successful; otherwise 0.
Description
This method sets the property on the MIXmlDocument object. There are some limitation on which properties can be set using this method. For details, refer to the Microsoft MSDN library.