Click or drag to resize

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
Syntax
C#
public bool OnlyPlatformAdmin { get; set; }

Property Value

Type: Boolean
See Also