| key |
String |
|
|
The Key. |
| value |
String |
|
|
The Value. |
| encrypted |
Boolean |
Optional |
|
Indicates whether the value should be encrypted when this object is persisted to an XML String.
If omitted, a value of False is assumed. |
| userDefinedIndex |
Integer |
Optional |
|
<para> The User Defined Index (-2 to 99) if applicable. </para> <para> A value of -1 clears the index and means that this item will not be stored in database fields User0-User9. </para> <para> A value of -2 (the default) retains any existing UserDefinedIndex property for this item. </para>
If omitted, a value of -2 is assumed. |
| normaliseNewLines |
Boolean |
Optional |
|
Indicates whether to ensure that all new lines are vbCrLf (char 13 + char 10).
If omitted, a value of False is assumed. |