ConfigProperties setProperty Method DeltaXML DITA Compare .NET API Documentation
DeltaXML DITA Compare .NET API Documentation
Set a DeltaXML configuration property.

Namespace: com.deltaxml.dita
Assembly: deltaxml-dita (in deltaxml-dita.dll) Version: 9.1.1.1000
Syntax

public virtual string setProperty(
	string key,
	string value,
	bool fixed
)

Parameters

key
Type: System String
The property name.
value
Type: System String
The property value. Note this may contain references to other properties using the
         ${name}
                  
syntax.
fixed
Type: System Boolean
Whether this property can be overridden in the future.

Return Value

Type: String
A string containing a warning if the property could not be set, or null if is is successful.
Remarks

Set a DeltaXML configuration property.
See Also