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