Click or drag to resize

FormSectionFieldSettings Property

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

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

Property Value

Type: IDictionaryString, String
See Also