Description

Returns a collection of settings for a given Module and Section.

Property type

A McSettings object.  

Syntax

object.Settings([Module], [Section])

The Settings Property syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McApplication.
ModuleOptional. A String value.

A module name (default is “Application”).

SectionOptional. A String value.

A section name (default is “Global”).

Remarks

A settings collection contains persistent name-value pairs which are stored as part of the active identity. This property calls McIdentity.Settings internally. Module and Section are used to organize settings in a “hierarchical” manner also avoiding naming conflicts. If Module and Section are both empty, a new McSettings will be created with no backing identity.