Click or drag to resize

FormSettings Property

Contains a number of settings for the form. Setting keys are case-insensitive. The characters '=' and ';' are neither allowed in the setting keys nor in the values. Use AssignSettings(string) to assign a delimited string with settings.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public Dictionary<string, string> Settings { get; }

Property Value

Type: DictionaryString, String
See Also