This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
[]
public class PersonalProfile
Visual Basic (Declaration) Copy imageCopy Code
<> _
Public Class PersonalProfile

The type exposes the following properties.

Public Properties

  Name Description
Public property Context (Inherited from SettingsBase.)
Public property Static member Empty
Gets an empty profile for situations in which there is no real user.
Public property IsAnonymous (Inherited from ProfileBase.)
Public property IsDirty (Inherited from ProfileBase.)
Public property IsProfileDirty
Gets a value indicating whether this instance has modified properties.
Public property IsSynchronized (Inherited from SettingsBase.)
Public property Item
Gets or sets the Object with the specified property name.
(Overrides ProfileBase..::Item[([(String])]).)
Public property LastActivityDate (Inherited from ProfileBase.)
Public property LastUpdatedDate (Inherited from ProfileBase.)
Public property Migrated
Gets a value indicating whether this PersonalProfile is migrated from an anonymous profile.
Public property ProfileKeyValuePairs
Gets or sets the ProfileKeyValuePairs property.
Public property Properties (Inherited from SettingsBase.)
Public property PropertyValues (Inherited from SettingsBase.)
Public property Providers (Inherited from SettingsBase.)
Public property ReadOnly
Gets or sets a value indicating whether the profile is read only.
Public property UserName (Inherited from ProfileBase.)

See Also

Advanced