Use the .NET Profile Property dialog box to set or edit profile properties that track any custom information that your application requires, including:

UI Element List

Element Name Description

Name

Defines the name of the profile property.

Data Type

Specifies the type for the property. The default is String. You can specify any .NET class as the type (Int32, DateTime, StringCollection, and so on).

Default value

Specifies the value with which the property is initialized.

Serialization option

Specifies the serialization formatter (String, Binary, XML, or provider-specific serialization). The default is String.

Read only

Specifies whether the property can be modified.

Available for anonymous users

Specifies whether the property is managed for anonymous users. By default, this check box is clear.

See Also