RoleDtoSuperUser Property

This makes the user a superuser, which means they have access to everything. This is a global role and should be used with caution; it should only be assigned to very few users.

Definition

Namespace: MobileTrack.Common.Models
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public bool SuperUser { get; set; }

Property Value

Boolean

See Also