CommonComparator getOutputProperty Method XML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
Reports the current value of an output or serializer property.

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

public string getOutputProperty(
	Property property
)

Parameters

property
Type: Property
The property to get (an IKVMed Java property from Saxon)

Return Value

Type: String
the current value
See Also