Description
Gets or sets all the settings as an XML formatted string.
-
Property type
-
A Variant value.
-
Syntax
-
object.Contents [= value]
The Contents Property syntax has these parts: |
| object | An expression evaluating to an object of type McSettings. | | value | A Variant value. | Remarks
This property is mostly useful for McSettings objects created with McApplication.Settings("","").
For the predefined settings exposed in McApplication.Settings (with a non empty module or section), this property will return an XML string containing the values of the settings for all modules and sections.
|