Gets the name 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 static string DefaultRole { get; }
Visual Basic (Declaration)
Public Shared ReadOnly Property DefaultRole As String

Field Value

the name of the default role of the current application, null (Nothing in Visual Basic) if there is no default role.

See Also