psDomSecondLevelProperty - BaseXmlDomDocument
Used to get and set the DOM second level properties
Type: Property
Access: Read/Write
Data Type: String
Parameters: None
Parameters
| Parameter | Type | Description |
|---|---|---|
| sPropertyName | String |
Syntax
Property String psDomSecondLevelProperty
| Access Type | Syntax |
|---|---|
| Read Access: | Get psDomSecondLevelProperty to StringVariable |
| Write Access: | Set psDomSecondLevelProperty to StringVariable/Value |
Description
Used to get and set the DOM second level properties. You will rarely use this. See the MSDN MSXML documentation for more information.
Set piDOMSecondLevelProperty of hoDoc "NewParser" to True
Get piDOMSecondLevelProperty of hoDoc "MaxXMLSize" to iMax