1 write to ReadOnly
System.Web (1)
Configuration\ProfilePropertySettings.cs (1)
91ReadOnly = readOnly;
2 references to ReadOnly
System.Web (2)
Profile\HttpProfileBase.cs (2)
346prop.IsReadOnly = pps.ReadOnly; 523SettingsProperty sp = new SettingsProperty(name, pps.TypeInternal, pps.ProviderInternal, pps.ReadOnly, pps.DefaultValue, (SettingsSerializeAs)pps.SerializeAs, settings, false, true);