DefaultProfile Properties

 

Namespace:   System.Web.Profile
Assembly:  System.Web (in System.Web.dll)

NameDescription
System_CAPS_pubpropertyContext

Gets the associated settings context.(Inherited from SettingsBase.)

System_CAPS_pubpropertyIsAnonymous

Gets a value indicating whether the user profile is for an anonymous user.(Inherited from ProfileBase.)

System_CAPS_pubpropertyIsDirty

Gets a value indicating whether any of the profile properties have been modified.(Inherited from ProfileBase.)

System_CAPS_pubpropertyIsSynchronized

Gets a value indicating whether access to the object is synchronized (thread safe). (Inherited from SettingsBase.)

System_CAPS_pubpropertyItem[String^]

Gets or sets a profile property value indexed by the property name.(Inherited from ProfileBase.)

System_CAPS_pubpropertyLastActivityDate

Gets the most recent date and time that the profile was read or modified.(Inherited from ProfileBase.)

System_CAPS_pubpropertyLastUpdatedDate

Gets the most recent date and time that the profile was modified.(Inherited from ProfileBase.)

System_CAPS_pubpropertyProperties

Gets the collection of settings properties.(Inherited from SettingsBase.)

System_CAPS_pubpropertyPropertyValues

Gets a collection of settings property values.(Inherited from SettingsBase.)

System_CAPS_pubpropertyProviders

Gets a collection of settings providers.(Inherited from SettingsBase.)

System_CAPS_pubpropertyUserName

Gets the user name for the profile.(Inherited from ProfileBase.)

Return to top
Show: