User Class

 

Represents the web provider user.

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

System.Object
  System.Web.Providers.Entities.User

public class User

NameDescription
System_CAPS_pubmethodUser()

Initializes a new instance of the User class.

NameDescription
System_CAPS_pubpropertyApplication

Gets or sets the Application associated with this instance.

System_CAPS_pubpropertyApplicationId

Gets or sets the application identifier.

System_CAPS_pubpropertyIsAnonymous

Gets or sets whether this user is anonymous.

System_CAPS_pubpropertyLastActivityDate

Gets or sets the last activity date of the user.

System_CAPS_pubpropertyMembership

Gets or sets the user membership.

System_CAPS_pubpropertyProfile

Gets or sets the user profile.

System_CAPS_pubpropertyUserId

Gets or sets the user identifier.

System_CAPS_pubpropertyUserName

Gets or sets the user name associated with the user.

System_CAPS_pubpropertyUsersInRoles

Gets or sets a collection of users in a role.

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: