App.Web.Code.Membership.CustomRoleProvider.GetRolesForUser C# (CSharp) Method

GetRolesForUser() public method

public GetRolesForUser ( string username ) : string[]
username string
return string[]
        public override string[] GetRolesForUser(string username)
        {
            return this.usersService.GetRoles(username);
        }