Share via


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
System_CAPS_pubmethod UsersInRole()

Initializes a new instance of the UsersInRole class.

Properties

Name Description
System_CAPS_pubproperty Role

Gets or sets the role entity.

System_CAPS_pubproperty RoleId

Gets or sets the role identifier.

System_CAPS_pubproperty User

Gets or sets the user associated with the role.

System_CAPS_pubproperty UserId

Gets or sets the user identifier.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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