User Class
Represents the web provider user.
Assembly: System.Web.Providers (in System.Web.Providers.dll)
| Name | Description | |
|---|---|---|
![]() | User() | Initializes a new instance of the User class. |
| Name | Description | |
|---|---|---|
![]() | Application | Gets or sets the Application associated with this instance. |
![]() | ApplicationId | Gets or sets the application identifier. |
![]() | IsAnonymous | Gets or sets whether this user is anonymous. |
![]() | LastActivityDate | Gets or sets the last activity date of the user. |
![]() | Membership | Gets or sets the user membership. |
![]() | Profile | Gets or sets the user profile. |
![]() | UserId | Gets or sets the user identifier. |
![]() | UserName | Gets or sets the user name associated with the user. |
![]() | UsersInRoles | Gets or sets a collection of users in a role. |
| 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.


