PipelinedComparatorS9 setComparatorProperty Method XML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
Configures comparator properties for the pipeline.

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

public void setComparatorProperty(
	string name,
	Object value
)

Parameters

name
Type: System String
The name of the property to be set
value
Type: System Object
An Object representing the new value of the property
Exceptions

ExceptionCondition
com.deltaxml.core PropertyNotRecognizedExceptionThrown if the property name is not recognized
System ArgumentExceptionThrown if a property name or value is null or if a value is not supported
Remarks

The property names which can be used with this method are documented in OnlineFeatures and Properties on the DeltaXML website.

See Also