The UserWorkgroupActivation type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetActivationsForUser |
Gets the workgroup activations for the given user.
| |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetUserWorkgroupActivations |
Given a list of workgroups to which the current user is assigned, this method returns an array of booleans indicating
if the user is activated in the workgroup.
| |
| GetUserWorkgroups |
Retrieves the list of workgroups to which a user is assigned.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| IsActive |
Retruns trueTruetruetrue (True in Visual Basic) if the user is activated in this workgroup.
| |
| UserId |
The user identifier.
| |
| Workgroup |
A workgroup to which this user is assigned.
|