This documentation is archived and is not being maintained.
DefaultProfile Properties
Visual Studio 2008
The DefaultProfile type exposes the following members.
| Name | Description | |
|---|---|---|
|
Context | Gets the associated settings context. (Inherited from SettingsBase.) |
|
IsAnonymous | Gets a value indicating whether the user profile is for an anonymous user. (Inherited from ProfileBase.) |
|
IsDirty | Gets a value indicating whether any of the profile properties have been modified. (Inherited from ProfileBase.) |
|
IsSynchronized | Gets a value indicating whether access to the object is synchronized (thread safe). (Inherited from SettingsBase.) |
|
Item | Gets or sets a profile property value indexed by the property name. (Inherited from ProfileBase.) |
|
LastActivityDate | Gets the most recent date and time that the profile was read or modified. (Inherited from ProfileBase.) |
|
LastUpdatedDate | Gets the most recent date and time that the profile was modified. (Inherited from ProfileBase.) |
|
Properties | Gets the collection of settings properties. (Inherited from SettingsBase.) |
|
PropertyValues | Gets a collection of settings property values. (Inherited from SettingsBase.) |
|
Providers | Gets a collection of settings providers. (Inherited from SettingsBase.) |
|
UserName | Gets the user name for the profile. (Inherited from ProfileBase.) |
Show: