System.Web.Configuration.SerializationMode Enumeration

Determines the serialization method used for a System.Web.Configuration.ProfilePropertySettings object.

Syntax

public enum SerializationMode

Remarks

The ProfilePropertySettings.SerializeAs property of the System.Web.Configuration.ProfilePropertySettings object controls the serialization mode for a single profile property setting.

Members

Member NameDescription
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.

Requirements

Namespace: System.Web.Configuration
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0