| AppSettingOnlyPlatformAdmin Property |
If true the setting can only be viewed and updated by members of the "Platform Administrators" group.
For customer settings the value is read from tblCustomerSetting.OnlyPlatformAdmin.
For master settings the value is always true.
Namespace:
Omada.OE.Model
Assembly:
Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxpublic bool OnlyPlatformAdmin { get; set; }
Property Value
Type:
Boolean
See Also