This documentation is archived and is not being maintained.

DefaultProfile Members

Represents a user-profile instance when no profile properties are defined.

The DefaultProfile type exposes the following members.

  NameDescription
Public method DefaultProfile Creates a new instance of the DefaultProfile class.
Top

  NameDescription
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetProfileGroup Gets a group of properties identified by a group name. (Inherited from ProfileBase.)
Public method GetPropertyValue Gets the value of a profile property. (Inherited from ProfileBase.)
Public method GetType Gets the type of the current instance. (Inherited from Object.)
Public method Initialize Overloaded.
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method Save Updates the profile data source with changed profile property values. (Inherited from ProfileBase.)
Public method SetPropertyValue Sets the value of a profile property. (Inherited from ProfileBase.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Top

  NameDescription
Public property Context Gets the associated settings context. (Inherited from SettingsBase.)
Public property IsAnonymous Gets a value indicating whether the user profile is for an anonymous user. (Inherited from ProfileBase.)
Public property IsDirty Gets a value indicating whether any of the profile properties have been modified. (Inherited from ProfileBase.)
Public property IsSynchronized Gets a value indicating whether access to the object is synchronized (thread safe). (Inherited from SettingsBase.)
Public property Item Gets or sets a profile property value indexed by the property name. (Inherited from ProfileBase.)
Public property LastActivityDate Gets the most recent date and time that the profile was read or modified. (Inherited from ProfileBase.)
Public property LastUpdatedDate Gets the most recent date and time that the profile was modified. (Inherited from ProfileBase.)
Public property Properties Gets the collection of settings properties. (Inherited from SettingsBase.)
Public property PropertyValues Gets a collection of settings property values. (Inherited from SettingsBase.)
Public property Providers Gets a collection of settings providers. (Inherited from SettingsBase.)
Public property UserName Gets the user name for the profile. (Inherited from ProfileBase.)
Top
Show: