GetUsersInRole() public méthode

public GetUsersInRole ( string roleName ) : string[]
roleName string
Résultat string[]
 public static string[] GetUsersInRole(string role)
 {
     CodeFirstRoleProvider rp = new CodeFirstRoleProvider();
     return rp.GetUsersInRole(role);
 }