1 write to SerializeAs
System.Web (1)
Configuration\ProfilePropertySettings.cs (1)
92
SerializeAs
= serializeAs;
2 references to SerializeAs
System.Web (2)
Profile\HttpProfileBase.cs (2)
515
if (requireSerializationCheck && pps.
SerializeAs
== SerializationMode.Binary && !pps.TypeInternal.IsSerializable) {
523
SettingsProperty sp = new SettingsProperty(name, pps.TypeInternal, pps.ProviderInternal, pps.ReadOnly, pps.DefaultValue, (SettingsSerializeAs)pps.
SerializeAs
, settings, false, true);