This documentation is archived and is not being maintained.
RoleGroup Members
Visual Studio 2008
Associates a content template in a LoginView control with one or more roles defined for the Web site. This class cannot be inherited.
The RoleGroup type exposes the following members.
| Name | Description | |
|---|---|---|
|
ContainsUser | Indicates whether the specified user is a member of any of the roles in the role group. |
|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the type of the current instance. (Inherited from Object.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
ToString | Returns a comma-separated list of the roles associated with this role group. (Overrides Object::ToString().) |
| Name | Description | |
|---|---|---|
|
ContentTemplate | Gets or sets the content template associated with this role group. |
|
Roles | Gets or sets the roles associated with this role group. |
Show: