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.7+ce90b2cf6b782b8d7b7fd47b3c546987c652c00f
public bool SuperUser { get; set; }

Property Value

Boolean

See Also