DefaultProfile Properties

  Name Description
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 Static Properties 
Gets a collection of SettingsProperty objects for each property in the profile.
(inherited from ProfileBase)
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

Community Additions

ADD
Show: