BCEnvironmentGetUserRoleWithName Method |
Returns a user role with the specified name.
Namespace:
BlueCieloECM.InnoCielo.Meridian.Server
Assembly:
BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax public BCUserRole GetUserRoleWithName(
string name
)
Public Function GetUserRoleWithName (
name As String
) As BCUserRole
Parameters
- name
- Type: SystemString
The name of the user role to return.
Return Value
Type:
BCUserRoleThe user role with the specified name.
See Also