 | 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
Syntaxbool EncodeDDEArguments { get; set; }Property EncodeDDEArguments As Boolean
Get
Set
Property Value
Type:
Boolean
RemarksBy 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