ProfileEntity Class
Represents a provider profile entity.
Assembly: System.Web.Providers (in System.Web.Providers.dll)
| Name | Description | |
|---|---|---|
![]() | ProfileEntity() | Initializes a new instance of the ProfileEntity class. |
| Name | Description | |
|---|---|---|
![]() | LastUpdatedDate | Gets or sets the last updated date of the entity. |
![]() | PropertyNames | Gets or sets the property names. |
![]() | PropertyValueBinary | Gets or sets the property value binary. |
![]() | PropertyValueStrings | Gets or sets the property value strings. |
![]() | User | Gets or sets the user of the entity. |
![]() | UserId | Gets or sets the user ID. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


