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

Syntax

C#
public string DefaultRole { get; }
Visual Basic
Public ReadOnly Property DefaultRole As String
	Get

Property Value

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

See Also