UsersInRole Class

 

Represents the users associated with the provider role.

Namespace:   System.Web.Providers.Entities
Assembly:  System.Web.Providers (in System.Web.Providers.dll)

System.Object
  System.Web.Providers.Entities.UsersInRole

public class UsersInRole

NameDescription
System_CAPS_pubmethodUsersInRole()

Initializes a new instance of the UsersInRole class.

NameDescription
System_CAPS_pubpropertyRole

Gets or sets the role entity.

System_CAPS_pubpropertyRoleId

Gets or sets the role identifier.

System_CAPS_pubpropertyUser

Gets or sets the user associated with the role.

System_CAPS_pubpropertyUserId

Gets or sets the user identifier.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: