PipelinedComparatorS9 getComparatorProperty Method XML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
Reports the current value of a comparator property.

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

public Object getComparatorProperty(
	string name
)

Parameters

name
Type: System String
The name of the property

Return Value

Type: Object
the current value
Exceptions

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

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

See Also