UsersInRole Class
Represents the users associated with the provider role.
Namespace: System.Web.Providers.Entities
Assembly: System.Web.Providers (in System.Web.Providers.dll)
Inheritance Hierarchy
System.Object
System.Web.Providers.Entities.UsersInRole
Syntax
public class UsersInRole
public ref class UsersInRole
type UsersInRole = class end
Public Class UsersInRole
Constructors
Name | Description | |
---|---|---|
![]() |
UsersInRole() | Initializes a new instance of the UsersInRole class. |
Properties
Name | Description | |
---|---|---|
![]() |
Role | Gets or sets the role entity. |
![]() |
RoleId | Gets or sets the role identifier. |
![]() |
User | Gets or sets the user associated with the role. |
![]() |
UserId | Gets or sets the user identifier. |
Methods
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.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
System.Web.Providers.Entities Namespace
ASP.NET Identity
Return to top