Gets the unique identifier of the default role of the application.

Namespace:  Novalys.VisualGuard.Security.Membership
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 3.2.912.1 (3.2.912.01)

Syntax

C#
public Guid DefaultRoleId { get; }
Visual Basic (Declaration)
Public ReadOnly Property DefaultRoleId As Guid

Field Value

the unique identifier of the default role of the current application, Empty if there is no default role.

See Also