CommonComparator setParserProperty Method XML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
Sets a parser property (used when loading inputs).

Namespace: DeltaXML.CoreS9Api.Internals
Assembly: DeltaXML.CoreS9Api (in DeltaXML.CoreS9Api.dll) Version: 10.4.0.1000 (10.4.0.1000)
Syntax

public void setParserProperty(
	string propertyName,
	Object value
)

Parameters

propertyName
Type: System String
the name of the property to be set
value
Type: System Object
the value supplied as an Object
See Also