Auxilium.Login.Model.GebruikerBase.IsInRole C# (CSharp) Метод

IsInRole() публичный абстрактный Метод

Determines whether the current principal belongs to the specified role.
public abstract IsInRole ( string role ) : bool
role string The name of the role for which to check membership.
Результат bool
        public abstract bool IsInRole(string role);