Description
Returns some settings stored in this identity.
-
Property type
-
A McSettings object.
-
Syntax
-
object.Settings([Module], [Section])
The Settings Property syntax has these parts: |
| object | An expression evaluating to an object of type McIdentity. | | Module | Optional. A String value. Module name for the settings (default is Application)
| | Section | Optional. A String value. Section name for the settings (default is Global)
|
|