Get |
Scroll |
Gets the role assignment for the specified user with the specified role.
Namespace: Therefore.API
Visual Basic Public Overridable Function Get ( _ nUser As Integer, _ nRole As Integer _ C# public virtual TheRoleAssignment Get ( int nUser, int nRole )
ParametersnUser The user number of the assignment.
nRole The role number of the assignment.
Return ValueA TheRoleAssignment object. |
Exceptions |
|