DtoSetting Object
This object represents a configuration setting.
Properties
Returns DtoSelectionItems Collection or DtoSelectionItem Object representing all the possible items in a single or multiple type setting.
For example: seconds, bytes
Collections
DtoSelectionItems Collection
Methods
None
Remarks
Use the Type property to find the type of the setting. Note that, depending on the type:
The properties TrueString and FalseString apply to Boolean type settings (0) only.
The properties Factor, FactorString, Max, Min, and UnitString apply to Long type settings (1) only.
Example
Set my_settings = my_category.Settings
Set first_setting = my_settings(1)
See Also
DtoCategories Collection
DtoCategory Object