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: 2016.0.105.16 (2016.0.105.16)

Syntax

C#
public Guid DefaultRoleId { get; }
Visual Basic
Public ReadOnly Property DefaultRoleId As Guid
	Get

Property Value

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

See Also