ProfileBase Properties
.NET Framework 2.0
| 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.
|
| IsDirty |
Gets a value indicating whether any of the profile properties have been modified.
|
| IsSynchronized |
Gets a value indicating whether access to the object is synchronized (thread safe).
(inherited from
SettingsBase)
|
| Item |
Overridden.
Gets or sets a profile property value indexed by the property name.
|
| LastActivityDate |
Gets the most recent date and time that the profile was read or modified.
|
| LastUpdatedDate |
Gets the most recent date and time that the profile was modified.
|
| Properties |
Gets a collection of SettingsProperty objects for each property in the profile.
|
| 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.
|
Community Additions
ADD
Show: