2 types derived from SettingAttribute
System (2)
sys\system\configuration\SettingsAttributes.cs (2)
15
public sealed class ApplicationScopedSettingAttribute :
SettingAttribute
{
244
public sealed class UserScopedSettingAttribute :
SettingAttribute
{
1 reference to SettingAttribute
System (1)
sys\system\configuration\ApplicationSettingsBase.cs (1)
721
if (attr is
SettingAttribute
) {