BCEnvironmentGetUserRoleWithName Method |
Returns a user role with the specified name.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax public BCUserRole GetUserRoleWithName(
string name
)
Public Function GetUserRoleWithName (
name As String
) As BCUserRole
public:
BCUserRole^ GetUserRoleWithName(
String^ name
)
member GetUserRoleWithName :
name : string -> 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