SettingsSectionDefine Method
Defines a setting for the section.
Namespace: Gemstone.ConfigurationAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.180 -- Release Build+914ca9e6d1cce46b614eb7013eba0303271cf6d8
Public Sub Define (
key As String,
defaultValue As Object,
description As String,
Optional switchMappings As String() = Nothing
)
function Define(key, defaultValue, description, switchMappings);
Parameters
- key String
- Key name of setting to get, case-insensitive.
- defaultValue Object
- Default value if key does not exist.
- description String
- Description of the setting.
- switchMappings String (Optional)
- Optional array of switch mappings for the setting.