DCPConfiguration StringParameters Property XML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
The string parameters with their default values.

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

public IDictionary<string, string> StringParameters { get; }

Property Value

Type: IDictionary String, String 
Remarks

The contents of this dictionary should bot be altered. Any alteration will affect values in the dictionary, but not the default values of the parameters. The defaultvalue of a parameter can be overriden as part of the generate  method.
See Also