CommonComparator getParserProperty Method XML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
Retrieves the current setting of a parser property.

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

public Object getParserProperty(
	string propertyName
)

Parameters

propertyName
Type: System String
the name of the property to report

Return Value

Type: Object
the current value (as an Object)
See Also