Determines the serialization method used for a System.Web.Configuration.ProfilePropertySettings object.
The ProfilePropertySettings.SerializeAs property of the System.Web.Configuration.ProfilePropertySettings object controls the serialization mode for a single profile property setting.
Member Name | Description |
---|---|
Binary |
The System.Web.Configuration.ProfilePropertySettings object is serialized using binary serialization. |
ProviderSpecific |
The provider has implicit knowledge of the type and is responsible for deciding how to serialize the System.Web.Configuration.ProfilePropertySettings object into the data store. |
String |
The System.Web.Configuration.ProfilePropertySettings object is serialized to a simple string. |
Xml |
The profile System.Web.Configuration.ProfilePropertySettings is serialized as XML using XML serialization. |