Click or drag to resize

ICommenceDatabaseEncodeDDEArguments Property

Make assembly try to string-escape DDE arguments. Default is true.

Namespace:  Vovin.CmcLibNet.Database
Assembly:  Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntax
bool EncodeDDEArguments { get; set; }

Property Value

Type: Boolean
Remarks
By default, all arguments passed to DDE requests will be enclosed in double-quotes. Setting this to false allows you to have fine-grained control over the format of the parameters.
See Also