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